-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
38 lines (38 loc) · 1.07 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
{
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "0.0.0",
"default_locale": "en",
"description": "__MSG_appDescription__",
"author": "June07 <[email protected]> (https://june07.com/)",
"action": {
"default_icon": {
"16": "/icon/icon16.png",
"24": "/icon/icon24.png",
"32": "/icon/icon32.png"
},
"default_title": "__MSG_appName__",
"default_popup": "/src/popup.html"
},
"icons": {
"16": "/icon/icon16.png",
"24": "/icon/icon24.png",
"32": "/icon/icon32.png",
"48": "/icon/icon48.png",
"64": "/icon/icon64.png",
"96": "/icon/icon96.png",
"128": "/icon/icon128.png",
"256": "/icon/icon256.png",
"384": "/icon/icon384.png",
"512": "/icon/icon512.png"
},
"background": {
"service_worker": "/src/sw.js"
},
"permissions": ["identity", "storage", "tabs", "scripting", "webNavigation", "system.display"],
"oauth2": {
"client_id": "539582662830-6v1fkqlbb137jm1bojau4p0h0tc52so3.apps.googleusercontent.com",
"scopes":["https://www.googleapis.com/auth/gmail.readonly"]
},
"host_permissions": ["<all_urls>"]
}