lets use storage.sync and browser_style (#210)

This commit is contained in:
Andy McKay
2017-04-24 16:48:07 -07:00
committed by wbamberg
parent 277ac935fa
commit 8c575424ea
3 changed files with 11 additions and 8 deletions

View File

@@ -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"
}
}
}