Files
webextensions-examples/tabs-tabs-tabs/manifest.json
2016-02-17 09:41:29 -08:00

18 lines
466 B
JSON

{
"applications": {
"gecko": {
"id": "tabs-tabs-tabs@mozilla.org",
"strict_min_version": "47.0a1"
}
},
"browser_action": {
"default_title": "Tabs, tabs, tabs",
"default_popup": "tabs.html"
},
"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"
}