mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
Used the browser style property to make it possible to use the firefox style guide. more info on the guide, see the link: https://firefoxux.github.io/StyleGuide/#/controls
19 lines
495 B
JSON
19 lines
495 B
JSON
{
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "tabs-tabs-tabs@mozilla.org",
|
|
"strict_min_version": "47.0a1"
|
|
}
|
|
},
|
|
"browser_action": {
|
|
"browser_style": true,
|
|
"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"
|
|
}
|