We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77480f commit 3873a29Copy full SHA for 3873a29
src/manifest.json
@@ -1,9 +1,9 @@
1
{
2
- "manifest_version": 2,
3
- "name": "__MSG_extensionName__",
4
"default_locale": "en",
5
"description": "__MSG_extensionDescription__",
6
"homepage_url": "https://addons.mozilla.org/firefox/addon/open-page-in-private-window/",
+ "manifest_version": 2,
+ "name": "__MSG_extensionName__",
7
"version": "0.6.0",
8
9
"applications": {
@@ -12,10 +12,6 @@
12
}
13
},
14
15
- "icons": {
16
- "48": "icon.svg"
17
- },
18
-
19
"background": {
20
"scripts": ["background.js"]
21
@@ -25,6 +21,10 @@
25
"default_icon": "icon.svg"
26
22
27
23
24
+ "icons": {
+ "48": "icon.svg"
+ },
+
28
"permissions": [
29
"activeTab",
30
"contextMenus"
0 commit comments