-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.json
34 lines (34 loc) · 1.24 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
{
"manifest_version": 3,
"name": "crx-gcal-url-opener",
"description": "Chrome extension that automatically opens Google Calendar meet links and event URLs",
"permissions": [
"alarms",
"identity",
"identity.email",
"storage"
],
"default_locale": "en",
"content_security_policy": {},
"action": {
"default_popup": "src/popup.html"
},
"background": {
"service_worker": "src/background.ts"
},
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"oauth2": {
"client_id": "589235259206-m75joat1dagd513h0vgsvuhgo8r2bgfu.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/calendar.events.readonly"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgc3poz04XFD1oqDacIWYKTzIPfg0cEIh5kobaDqG+JYCbLvxYdlX2jXICWIAJR0E6AEdSzDWy2wlc4LPrVpGIZBy5K0f4nb+R7SdiJxOcWLQI8pNRgHnodT2mkdSy8gHRUvbZjT9ulG87tslugQazCluK0dk8DElLyTO1Aijw70+xySHxXxeH4CrDPA+aEeq9dDUsMMIi651/wik5GPcRIHgADbQj5iW8Z4l3PPAADCtsYKKyvLDqbDwg6mcJcGSz6A0mKHs27eMtw3shRdd+LhwN35InDGfo4u9hwL4nX6Ty5JUi8ipUUKu51WJpbNczotJqWedB1L9fB1DEvPDYwIDAQAB",
"version": "1.3.0"
}