-
Notifications
You must be signed in to change notification settings - Fork 305
/
manifest.json
110 lines (106 loc) · 3 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "Stylus",
"version": "1.5.51",
"minimum_chrome_version": "56",
"description": "__MSG_description__",
"homepage_url": "https://add0n.com/stylus.html",
"manifest_version": 2,
"icons": {
"16": "images/icon/16.png",
"32": "images/icon/32.png",
"48": "images/icon/48.png",
"128": "images/icon/128.png"
},
"permissions": [
"tabs",
"webNavigation",
"webRequest",
"webRequestBlocking",
"contextMenus",
"storage",
"unlimitedStorage",
"alarms",
"<all_urls>"
],
"background": {
"scripts": [
"background/common.js",
"js/browser.js",
"js/toolbox.js",
"js/msg.js",
"js/prefs.js",
"js/popup-get-styles.js",
"js/storage-util.js",
"js/sections-util.js",
"js/worker-util.js",
"js/cmpver.js",
"background/bg-prefs.js",
"background/db.js",
"background/color-scheme.js",
"background/navigation-manager.js",
"background/style-search-db.js",
"background/style-via-webrequest.js",
"background/sync-manager.js",
"background/tab-manager.js",
"background/tab-util.js",
"background/token-manager.js",
"background/update-manager.js",
"background/usercss-install-helper.js",
"background/usercss-manager.js",
"background/uso-api.js",
"background/usw-api.js",
"background/style-manager.js",
"background/icon-manager.js",
"background/background.js"
]
},
"commands": {
"_execute_browser_action": {},
"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": [
"content/style-injector.js",
"js/msg.js",
"content/apply.js"
]
},
{
"matches": ["http://userstyles.org/*", "https://userstyles.org/*"],
"run_at": "document_start",
"js": ["content/install-hook-userstyles.js"]
}
],
"browser_action": {
"default_icon": {
"16": "images/icon/16w.png",
"32": "images/icon/32w.png",
"19": "images/icon/19w.png",
"38": "images/icon/38w.png"
},
"default_title": "Stylus",
"default_popup": "popup.html"
},
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}",
"strict_min_version": "58.0"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2ypG+Z/beZtoYrxxwXYhMwQiAiwRVnSHqdpOSzJdjsXVWdvJjlgEuZcU8kte75w58P45LsRUrwvU6N9x12S6eW84KNEBC8rlZj0RGNoxuhSAcdxneYzjJ9tBkZKOidVedYHHsi3LeaXiLuTNTBR+2lf3uCNcP0ebaFML9uDLdYTGEW4eL3hnEKYPSmT1/xkh4bSGTToCg4YNuWWWoTA0beEOpBWYkPVMarLDQgPzMN5Byu5w3lOS2zL0PPJcmdyk3ez/ZsB4PZKU+h17fVA6+YTvUfxUqLde5i2RiuZhEb6Coo5/W90ZW1yCDC9osjWrxMGYeUMQWHPIgFtDhk4K6QIDAQAB"
}