-
Notifications
You must be signed in to change notification settings - Fork 314
/
Copy pathmanifest.json
48 lines (48 loc) · 1.55 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Stylus",
"version": "2.0.5",
"minimum_chrome_version": "",
"description": "__MSG_description__",
"homepage_url": "https://add0n.com/stylus.html",
"manifest_version": 0,
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"128": "icon/128.png"
},
"permissions": [],
"background": {},
"commands": {
"openManage": {"description": "__MSG_openManage__"},
"reload": {"description": "__MSG_reload__"},
"styleDisableAll": {"description": "__MSG_disableAllStyles__"}
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true,
"match_origin_as_fallback": true,
"js": ["js/apply.js"]
},
{
"matches": ["https://userstyles.org/*"],
"run_at": "document_start",
"js": ["js/install-hook-userstyles.js"]
}
],
"browser_action": {
"default_icon": {
"16": "icon/16w.png",
"32": "icon/32w.png",
"19": "icon/19w.png",
"38": "icon/38w.png"
},
"default_title": "Stylus",
"default_popup": "popup.html"
},
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2ypG+Z/beZtoYrxxwXYhMwQiAiwRVnSHqdpOSzJdjsXVWdvJjlgEuZcU8kte75w58P45LsRUrwvU6N9x12S6eW84KNEBC8rlZj0RGNoxuhSAcdxneYzjJ9tBkZKOidVedYHHsi3LeaXiLuTNTBR+2lf3uCNcP0ebaFML9uDLdYTGEW4eL3hnEKYPSmT1/xkh4bSGTToCg4YNuWWWoTA0beEOpBWYkPVMarLDQgPzMN5Byu5w3lOS2zL0PPJcmdyk3ez/ZsB4PZKU+h17fVA6+YTvUfxUqLde5i2RiuZhEb6Coo5/W90ZW1yCDC9osjWrxMGYeUMQWHPIgFtDhk4K6QIDAQAB"
}