-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
29 lines (29 loc) · 1.38 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"background": {
"page": "background.html"
},
"content_scripts": [ {
"all_frames": true,
"css": [ "css/event.css" ],
"js": [ "js/event.js" ],
"matches": [ "<all_urls>" ],
"run_at": "document_start"
} ],
"default_locale": "en",
"description": "__MSG_descriptionjson__",
"icons": {
"128": "icon.png",
"16": "icon_16.png",
"48": "icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjQkCpsxyDSA+QOIcKwWCZTa1s3WfIc/CarwyZ9gBDzPJaLXH8QL1UhxZdlgHuWQF5RfTJRqzrRBepqf5LAnvw01KyzEq416aHjITgKRMF4itE3UCMu1AcMe439oSzJTZhuZi2igO/2DmKpMJSPxt8jcd8AVTjVCWGZn8ZBeRwHDffO75QiGhQq42LyMg3ZaeMEjvj8bNkKaKWIhBIWOtRDFRr4wQAus5U+mGPvoUnVY37h4HNsAHkmBhZQFJndrCI6J8Hfmv7sTfuF7wgKiOoO8NFVdaV5RSsGhcPzwUabsIsSs7b9XG2vNYn+vAUHmr7Z+QETyvgKzxxXrcR9MVVwIDAQAB",
"manifest_version": 2,
"minimum_chrome_version": "22",
"name": "crxMouse Gestures",
"options_page": "options.html",
"permissions": [ "tabs", "<all_urls>", "clipboardRead", "clipboardWrite", "bookmarks", "storage", "http://*/*", "https://*/*", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking" ],
//"update_url": "https://clients2.google.com/service/update2/crx",
"update_url": "https://www.google.com",
"version": "3.3.0",
"web_accessible_resources": [ "image/u.png", "image/r.png", "image/d.png", "image/l.png", "icon.png", "js/event.js" ]
}