-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
65 lines (65 loc) · 1.72 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
{
"manifest_version": 2,
"name": "Go Highlights",
"version": "0.2.3",
"description": "__MSG_full_description__",
"short_name": "GoHighlights",
"default_locale": "en",
"author": "@CbdFocus",
"page_action": {
"default_title": "__MSG_not_logged_in__"
},
"background": {
"scripts": [
"src/user.js",
"src/background/api.js",
"src/background/message.js",
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"all_frames": true,
"css": [
"style.css"
],
"js": [
"src/vue.min.js",
"src/utils.js",
"src/user.js",
"src/uuid.js",
"src/dom.js",
"src/selection_range.js",
"src/selection_item.js",
"src/selection_collection.js",
"content.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end"
}
],
"permissions": [
"tabs",
"storage",
"declarativeContent",
"activeTab"
],
"icons": {
"16": "img/icon/icon16.png",
"32": "img/icon/icon32.png",
"48": "img/icon/icon48.png",
"64": "img/icon/icon64.png",
"128": "img/icon/icon128.png",
"256": "img/icon/icon256.png",
"512": "img/icon/icon512.png"
},
"web_accessible_resources": [
"content.js",
"marker.html"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0OOwISuHkHjOkD9gGtutcT8o1Dp1qQTCbNTVY4SE2UTHgsKJ08shPBclIVScwzTPCOCi/8GLilm9QKNv9Zy3+BNosOg7Rre+vKzHNkIN7Sjr9rDKeJmAp1PMRyY7io+Ls9CgM0cS60ZMtRTjUr/p128WfZvdFSDUzItYGJ74i7duoOipg+i6Ivo3QGM2q4M5tcbdyGiz+u4cvkqUNmNSSw5THm+c2UnOccAC3L+UqT6JtESP5izxMF1nTww379aKeB3KoIsR5p7cOF9l1i3NlcoC8ELQz3GVPcMFt2+waRQ4ozqCAWahoABoixsM9QSrQjTTUilP9bM0nMC00RblDwIDAQAB"
}