|
|
@@ -3,7 +3,10 @@
|
|
|
"version" : "2.1.7",
|
|
|
"manifest_version" : 2,
|
|
|
"description" : "__MSG_extDescription__",
|
|
|
- "developer": {"name" : "Gerald", "url" : "http://geraldl.net"},
|
|
|
+ "developer": {
|
|
|
+ "name" : "Gerald",
|
|
|
+ "url" : "http://geraldl.net"
|
|
|
+ },
|
|
|
"homepage_url":"http://geraldl.net/proj/vm?from=nex",
|
|
|
"icons" : {
|
|
|
"16":"images/icon16.png",
|
|
|
@@ -16,16 +19,22 @@
|
|
|
"default_title":"__MSG_extName__",
|
|
|
"default_popup":"popup.html"
|
|
|
},
|
|
|
- "background" : {"page" : "background.html"},
|
|
|
+ "background" : {
|
|
|
+ "page" : "background.html"
|
|
|
+ },
|
|
|
"options_page" : "options.html",
|
|
|
"content_scripts": [{
|
|
|
"js": ["injected.js"],
|
|
|
"matches": ["<all_urls>"],
|
|
|
- "include_globs": ["*"],
|
|
|
- "exclude_globs": [],
|
|
|
"run_at": "document_start",
|
|
|
"all_frames" : true
|
|
|
}],
|
|
|
"web_accessible_resources" : [],
|
|
|
- "permissions" : ["tabs", "<all_urls>", "webRequest", "webRequestBlocking", "notifications"]
|
|
|
+ "permissions" : [
|
|
|
+ "tabs",
|
|
|
+ "<all_urls>",
|
|
|
+ "webRequest",
|
|
|
+ "webRequestBlocking",
|
|
|
+ "notifications"
|
|
|
+ ]
|
|
|
}
|