Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 4d982df

Browse files
committed
new version
1 parent 071a24b commit 4d982df

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

manifest.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "HTTPSB",
5-
"version": "0.9.1.2",
5+
"version": "0.9.2.0",
66
"description": "__MSG_extShortDesc__",
77
"icons": {
88
"16": "icon_16.png",
@@ -19,6 +19,32 @@
1919
"background": {
2020
"page": "background.html"
2121
},
22+
"commands": {
23+
"open-statistics": {
24+
"suggested_key": {
25+
"default": "Alt+S"
26+
},
27+
"description": "Open Statistics"
28+
},
29+
"open-scoped-rules": {
30+
"suggested_key": {
31+
"default": "Alt+F"
32+
},
33+
"description": "Open Rule manager"
34+
},
35+
"open-settings": {
36+
"suggested_key": {
37+
"default": "Alt+A"
38+
},
39+
"description": "Open Settings"
40+
},
41+
"open-ubiquitous-rules": {
42+
"suggested_key": {
43+
"default": "Ctrl+D"
44+
},
45+
"description": "Open Ubiquitous rules"
46+
}
47+
},
2248
"content_scripts": [
2349
{
2450
"matches": ["http://*/*", "https://*/*"],
@@ -33,9 +59,9 @@
3359
"all_frames": true
3460
}
3561
],
62+
"default_locale": "en",
3663
"homepage_url": "https://github.com/gorhill/httpswitchboard/wiki",
3764
"minimum_chrome_version": "22.0",
38-
"default_locale": "en",
3965
"options_page": "dashboard.html",
4066
"permissions": [
4167
"browsingData",
@@ -55,31 +81,5 @@
5581
"web_accessible_resources": [
5682
"css/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf",
5783
"css/noop.css"
58-
],
59-
"commands": {
60-
"open-statistics": {
61-
"suggested_key": {
62-
"default": "Alt+S"
63-
},
64-
"description": "Open Statistics"
65-
},
66-
"open-scoped-rules": {
67-
"suggested_key": {
68-
"default": "Alt+F"
69-
},
70-
"description": "Open Rule manager"
71-
},
72-
"open-settings": {
73-
"suggested_key": {
74-
"default": "Alt+A"
75-
},
76-
"description": "Open Settings"
77-
},
78-
"open-ubiquitous-rules": {
79-
"suggested_key": {
80-
"default": "Ctrl+D"
81-
},
82-
"description": "Open Ubiquitous rules"
83-
}
84-
}
84+
]
8585
}

0 commit comments

Comments
 (0)