mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
lets use storage.sync and browser_style (#210)
This commit is contained in:
@@ -10,8 +10,14 @@
|
||||
"manifest_version": 2,
|
||||
"name": "Favourite colour",
|
||||
"options_ui": {
|
||||
"page": "options.html"
|
||||
"page": "options.html",
|
||||
"browser_style": true
|
||||
},
|
||||
"permissions": ["storage"],
|
||||
"version": "1.0"
|
||||
"version": "1.1",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "favourite-colour-examples@mozilla.org"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user