Add Tampermonkey WebExtension manifest and managed storage compatibility

This commit is contained in:
wuggy 2026-09-19 04:45:24 -07:00
commit cc3106406f
5 changed files with 80 additions and 3 deletions

View file

@ -220,7 +220,6 @@
}
},
"managed": {
"unsupported": true,
"$ref": "StorageArea",
"description": "Items in the <code>managed</code> storage area are set by the domain administrator, and are read-only for the extension; trying to modify this namespace results in an error."
}