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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "3.1",
"default_locale": "en",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/www.googleapis.com https:\/\/oauth2.googleapis.com https:\/\/sheets.googleapis.com"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"identity",
"storage",
"https:\/\/www.googleapis.com\/",
"identity.email",
"*:\/\/*.pushbullet.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"oauth2": {
"client_id": "807383834461-o36arivp2gjiuslke2n3h70qpikgf2ct.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/drive.appdata"
]
}
}