storage
Type | Object |
---|---|
Mandatory | No |
Manifest version | 2 or higher |
Example |
json
|
Use the storage
key to specify the name of the schema file that defines the structure of data in managed storage.
Managed data declares the enterprise policies supported by the app. Policies are analogous to options but are configured by a system administrator instead of the user, enabling the app to be configured for all users of an organization.
After declaring the policies, they are read from the storage.managed
API. However, if a policy value does not conform to the schema, then it is not published by the storage.managed
API. It's up to the app to enforce the policies configured by the administrator.
Note:
Firefox does not define a schema for managed storage, see storage.managed
for more details.
The storage
key is an object that has the following required property:
managed_schema |
A |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | ||||||
---|---|---|---|---|---|---|---|
storage | |||||||
managed_schema |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- See implementation notes.
Note:
This page includes details from the Chrome developer website page Manifest for storage areas included here under the Creative Commons Attribution 3.0 United States License.