feedback from wil

This commit is contained in:
Andy McKay
2016-02-15 11:21:16 -08:00
parent 46263764a0
commit 38cb7bb0e7
3 changed files with 11 additions and 7 deletions
+7 -7
View File
@@ -1,17 +1,17 @@
{
"manifest_version": 2,
"name": "Tabs, tabs, tabs",
"version": "0.1",
"applications": {
"gecko": {
"id": "tabs-tabs-tabs@mozilla.org"
"id": "tabs-tabs-tabs@mozilla.org",
"strict_min_version": "47.0.0"
}
},
"browser_action": {
"default_title": "Tabs, tabs, tabs",
"default_popup": "tabs.html"
},
"permissions": [
"tabs"
]
"description": "A list of methods you can perform on a tab.",
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/tabs-tabs-tabs",
"manifest_version": 2,
"name": "Tabs, tabs, tabs",
"version": "1.0"
}