-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmanifest.json
110 lines (110 loc) · 3.2 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
{
"manifest_version": 2,
"name": "Simple Gmail Notes",
"short_name": "SGNotes",
"description": "__MSG_extDescription__",
"version": "2.5.2.4",
"default_locale": "en",
"icons": {
"16": "image/icon.16.png",
"48": "image/icon.48.png",
"128": "image/icon.128.png"
},
"permissions": [
"storage",
"activeTab",
"identity",
"https://www.googleapis.com/*",
"https://accounts.google.com/*"
],
"web_accessible_resources": [
"lib/jquery-3.1.0.min.js",
"lib/jquery.popupoverlay.js",
"lib/moment.min.js",
"lib/lru.js",
"lib/tinymce/tinymce.min.js",
"lib/tinymce/jquery.tinymce.min.js",
"lib/tinymce/plugins/lists/plugin.min.js",
"lib/tinymce/plugins/link/plugin.min.js",
"lib/tinymce/skins/lightgray/*",
"lib/tinymce/themes/modern/theme.min.js",
"lib/featherlight/featherlight.min.js",
"lib/featherlight/featherlight.min.css",
"css/style.css",
"css/bulma.min.css",
"common/gmail-sgn-dom.js",
"common/gmail-sgn-page.js",
"common/shared-common.js",
"page.js",
"image/donation.24.png",
"image/table-sort.png",
"image/color-picker.24.png",
"image/modal-loading.gif",
"image/Google-Drive-icon.png",
"image/share.24.png",
"image/shared.24.png",
"image/search.24.png",
"image/logout.24.png",
"image/revoke.24.png",
"image/calendar.24.png",
"image/bart-logo.24.png",
"image/preferences.24.png",
"image/delete.24.png",
"image/chat.24.png",
"image/share-auto.24.png",
"image/share-outdated.24.png",
"image/opportunity.png",
"image/note-timestamp.png",
"image/warning.3x.png",
"image/crm-logo.24.png",
"image/template.png",
"image/arrow-right.png",
"image/comment-icon.png",
"image/new-comment.png",
"image/login-comment-icon.3x.png"
],
"background": {
"scripts": [
"lib/jquery-3.1.0.min.js",
"common/shared-common.js",
"background.js",
"background-event.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://mail.google.com/*",
"https://inbox.google.com/*"
],
"js": [
"lib/jquery-3.1.0.min.js",
"lib/jquery.popupoverlay.js",
"lib/jquery.simple-color.js",
"lib/moment.min.js",
"lib/featherlight/featherlight.min.js",
"common/shared-common.js",
"common/gmail-sgn-dom.js",
"content.js"
],
"css": [
"css/style.css",
"lib/featherlight/featherlight.min.css"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "image/icon.128.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"browser_specific_settings": {
"gecko": {
"id": "@simple-gmail-notes",
"strict_min_version": "53.0"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo7O+U62H87NuYtvkzxIZVq24v32jlUO3BEl7VnSfPv9BQfc1WB4BgmY2ytebmB/CwHNvg/Gq8qZ8WSUw0X8IolfgyrO6t53+XyhQ6d+I0vgJ4RzHefWjkvGXu7GGO0Mq71/UUuzgmAaqSIHJEFcLAgAiqaYl89NVm2nQgYKrm9vAmUp0/YOLiJJuA4VfO9X0trbLHQvlgIuAR91ZjXl3Wk2xACM1/BUQrIuf+SawIxPA97blwG/j7UFz5NQivXa15RdpUgY0xEWanwZXQSC5M/cI85XAIwyao+WJI8OiH/3E7+I/uqwIk7vXwk97Ev4tea8FbYtsAX/xjkbqNFQ7TwIDAQAB"
}