New issue
Advanced search Search tips

Issue 848357 link

Starred by 3 users

Issue metadata

Status: Unconfirmed
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

Feature Request: Allow modularized background script permissions in Manifest v3

Reported by 93m4qau...@gmail.com, May 31 2018

Issue description

Manifest v3 should allow extension developers to set modularized permissions for different background scripts, so that you can have different background scripts doing different things that are each configured to only be able to do what they are supposed to do.
 

Comment 1 by woxxom@gmail.com, Jun 1 2018

TE@, this is a feature request for platform>extensions which can be handled by rdevlin, supposedly.

Reporter, you can already do different things in different background scripts. What you're probably suggesting is to allow multiple background *pages*. Theoretically it may be useful but practically the current single-page background architecture covers 99.99% of use cases, the rest can be implemented using a custom script loader, if I understand correctly. As for permissions, they're granted for the entire extension URL origin i.e. chrome-extension://id, which includes all pages of the extension, not just background pages.
Components: Platform>Extensions

Sign in to add a comment