Skip to content

Commit 3873a29

Browse files
committed
Alphabetize manifest entries
1 parent e77480f commit 3873a29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"manifest_version": 2,
3-
"name": "__MSG_extensionName__",
42
"default_locale": "en",
53
"description": "__MSG_extensionDescription__",
64
"homepage_url": "https://addons.mozilla.org/firefox/addon/open-page-in-private-window/",
5+
"manifest_version": 2,
6+
"name": "__MSG_extensionName__",
77
"version": "0.6.0",
88

99
"applications": {
@@ -12,10 +12,6 @@
1212
}
1313
},
1414

15-
"icons": {
16-
"48": "icon.svg"
17-
},
18-
1915
"background": {
2016
"scripts": ["background.js"]
2117
},
@@ -25,6 +21,10 @@
2521
"default_icon": "icon.svg"
2622
},
2723

24+
"icons": {
25+
"48": "icon.svg"
26+
},
27+
2828
"permissions": [
2929
"activeTab",
3030
"contextMenus"

0 commit comments

Comments
 (0)