-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 937 Bytes
/
Copy pathmanifest.json
File metadata and controls
30 lines (30 loc) · 937 Bytes
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
{
"manifest_version": 3,
"name": "Google Calendar Event Creator",
"version": "1.5.7",
"description": "Extracts event details (name, date/time, location, description) from the current page and opens a pre-filled Google Calendar event.",
"permissions": [
"activeTab",
"scripting",
"declarativeContent"
],
"background": {
"service_worker": "icon/toolbar-icon.js"
},
"action": {
"default_title": "Create Google Calendar event from this page",
"default_popup": "events-popup/popup.html",
"default_icon": {
"16": "icon/images/icon16.png",
"32": "icon/images/icon32.png",
"48": "icon/images/chromeExtensionManagementIcon.png",
"128": "icon/images/chromeStoreIcon.png"
}
},
"icons": {
"16": "icon/images/icon16.png",
"32": "icon/images/icon32.png",
"48": "icon/images/chromeExtensionManagementIcon.png",
"128": "icon/images/chromeStoreIcon.png"
}
}