-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
33 lines (33 loc) · 1.26 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
{
"manifest_version": 3,
"name": "GetItTogether",
"version": "1.4.4.6",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAni8XFkkQ4I+t3clNWVnatNTUPEHK59rsOv461uN3TdXtz4NDw0/2aymf+/LEHyp2Yky2JlyCnxAkndmPbcuDrXHvl7+O8XYeTavVn5Xm96A544dUeSzrzUjgWHGcR9ZJ+g9ahmukamW12TdggrtGJixY6n4rGIx0WW0XPOLUed93kZyN6B1axWj20MJ9Cax71LdVScNISfZ6qIrJZTJSnpnMCKZoo9ZlDIuwaFJn7zhSIajYF0quSazI/Cug9pUfw42f1O+abv46m0Mtzltr5exC4et5jRVEanQRhjwiCMLYP9aKceWkqo+9131arAb44lYrIlZtusT7XQ12By0Z/wIDAQAB",
"description": "A tool set for chrome",
"permissions": [
"identity"
],
"host_permissions": [
"https://www.googleapis.com/"
],
"oauth2": {
"client_id": "560269899876-1o6s6hrjkqs2ul9hpn48bb7tdf5kjklj.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/tasks"
]
},
"action": {
"default_popup": "src/html/popup.html",
"default_icon": {
"16": "assets/images/GetItTogether_Icon16.png",
"48": "assets/images/GetItTogether_Icon48.png",
"128": "assets/images/GetItTogether_Icon128.png"
}
},
"icons": {
"16": "assets/images/GetItTogether_Icon16.png",
"48": "assets/images/GetItTogether_Icon48.png",
"128": "assets/images/GetItTogether_Icon128.png"
}
}