forked from mchow101/homeroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
39 lines (39 loc) · 1011 Bytes
/
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
{
"key": "giapgbikmpbplmimbglkbgilcidpaehm",
"name": "HomeRoom",
"version": "0.0.0.3",
"description": "Productivity Extension for HackThis2020 @ HackIllinois",
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"identity",
"identity.email",
"tabs"
],
"background": {
"scripts": ["jquery-3.5.1.min.js", "background.js"],
"persistent": false
},
"options_page": "options.html",
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/homeroom.png",
"32": "images/homeroom.png",
"48": "images/homeroom.png",
"128": "images/homeroom.png"
}
},
"icons": {
"16": "images/homeroom.png",
"32": "images/homeroom.png",
"48": "images/homeroom.png",
"128": "images/homeroom.png"
},
"manifest_version": 2,
"oauth2": {
"client_id": "410341402238-us5vtvjajhqp6ppn5itqij04qisn06om.apps.googleusercontent.com",
"scopes": ["https://www.googleapis.com/auth/calendar"]
}
}