Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_description__",
"version": "1.0.0",
"homepage_url": "https:\/\/gcalendarapp.store",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"19": "\/images\/icons\/icon-19_default.png",
"38": "\/images\/icons\/icon-38_default.png"
},
"default_popup": "popup.html?source=toolbar"
},
"commands": {
"dismissEvent": {
"description": "__MSG_dismissAllInNotificationWindow__"
},
"quickAddSelection": {
"description": "__MSG_quickAdd__"
}
},
"icons": {
"16": "\/images\/icons\/icon-16.png",
"32": "\/images\/icons\/icon-32_default.png",
"48": "\/images\/icons\/icon-48.png",
"96": "\/images\/icons\/icon-96.png",
"128": "\/images\/icons\/icon-128.png"
},
"options_page": "options.html",
"default_locale": "en",
"side_panel": {
"default_path": "popup.html"
},
"permissions": [
"alarms",
"storage",
"tts",
"idle",
"contextMenus",
"notifications",
"activeTab",
"gcm",
"identity",
"unlimitedStorage",
"system.display",
"offscreen",
"scripting",
"sidePanel"
],
"optional_permissions": [
"background"
],
"optional_host_permissions": [
"https:\/\/calendar.google.com\/"
],
"storage": {
"managed_schema": "schema.json"
},
"oauth2": {
"client_id": "296731521790-duf2dr83oojbckvgjf1nltbaeklcirlk.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar",
"https:\/\/www.googleapis.com\/auth\/calendar.readonly",
"https:\/\/www.googleapis.com\/auth\/calendar.events",
"https:\/\/www.googleapis.com\/auth\/tasks"
]
},
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"options.html"
],
"matches": [
"https:\/\/gcalendarapp.store\/*"
]
},
{
"resources": [
"oauth2callback.html"
],
"matches": [
"https:\/\/netvolk.online\/*",
"https:\/\/accounts.google.com\/*",
"https:\/\/gcalendarapp.store\/*"
]
}
]
}