diff --git a/tabs-tabs-tabs/manifest.json b/tabs-tabs-tabs/manifest.json index 14f3e25..50668c3 100644 --- a/tabs-tabs-tabs/manifest.json +++ b/tabs-tabs-tabs/manifest.json @@ -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" } diff --git a/tabs-tabs-tabs/tabs.css b/tabs-tabs-tabs/tabs.css new file mode 100644 index 0000000..8620216 --- /dev/null +++ b/tabs-tabs-tabs/tabs.css @@ -0,0 +1,3 @@ +html, body { + width: 350px; +} diff --git a/tabs-tabs-tabs/tabs.html b/tabs-tabs-tabs/tabs.html index 2e99556..f398378 100644 --- a/tabs-tabs-tabs/tabs.html +++ b/tabs-tabs-tabs/tabs.html @@ -3,6 +3,7 @@
+