forked from kyoto-u/comfortable-sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest-v2.json
More file actions
70 lines (70 loc) · 1.7 KB
/
manifest-v2.json
File metadata and controls
70 lines (70 loc) · 1.7 KB
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
{
"name": "Comfortable NU",
"description": "__MSG_EXTENSION_DESCRIPTION__",
"version": "3.0.0",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"browser_action": {
"default_title": "Comfortable NU",
"default_popup": "subsakai.html"
},
"content_scripts": [
{
"js": ["content_script.js"],
"css": [
"css/comfortable-sakai.css",
"css/tact-extension.css",
"css/date-picker.css",
"css/calendar-sync.css",
"css/material-dialog.css",
"css/submitted-styles.css"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"background": {
"scripts": ["background.js"],
"persistent": false
},
"permissions": [
"storage",
"identity",
"alarms",
"notifications",
"https://tact.ac.thers.ac.jp/*",
"https://www.googleapis.com/*",
"https://nuss.nagoya-u.ac.jp/*"
],
"oauth2": {
"client_id": "320934121909-3mo570972bcc19chatsu8pcp6bevj7fm.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/calendar",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
]
},
"web_accessible_resources": [
"css/comfortable-sakai.css",
"css/tact-extension.css",
"css/date-picker.css",
"css/calendar-sync.css",
"css/memo-styles.css",
"css/folder-styles.css",
"css/material-dialog.css",
"css/submitted-styles.css",
"img/logo.png",
"img/noAssignment.png",
"img/miniSakaiBtn.png",
"img/closeBtn.svg",
"img/scheduleBtn.svg",
"img/favoriteBtn.svg"
]
}