mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-05-02 05:47:04 +02:00
feedback from wil
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
|
||||||
"name": "Tabs, tabs, tabs",
|
|
||||||
"version": "0.1",
|
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "tabs-tabs-tabs@mozilla.org"
|
"id": "tabs-tabs-tabs@mozilla.org",
|
||||||
|
"strict_min_version": "47.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_title": "Tabs, tabs, tabs",
|
"default_title": "Tabs, tabs, tabs",
|
||||||
"default_popup": "tabs.html"
|
"default_popup": "tabs.html"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"description": "A list of methods you can perform on a tab.",
|
||||||
"tabs"
|
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/tabs-tabs-tabs",
|
||||||
]
|
"manifest_version": 2,
|
||||||
|
"name": "Tabs, tabs, tabs",
|
||||||
|
"version": "1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
html, body {
|
||||||
|
width: 350px;
|
||||||
|
}
|
||||||
@@ -3,6 +3,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<link rel="stylesheet" href="tabs.css"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user