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:\/\/gdriveapp.store",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "\/images\/buttonIcons\/default_38.png",
"default_popup": "popup.html?source=toolbar&setVia=manifest"
},
"icons": {
"16": "images\/16x16.png",
"48": "images\/48x48.png",
"64": "images\/64x64.png",
"96": "images\/96x96.png",
"128": "images\/128x128.png"
},
"options_page": "options.html",
"default_locale": "en",
"side_panel": {
"default_path": "popup.html?source=sidepanel"
},
"permissions": [
"alarms",
"idle",
"storage",
"notifications",
"contextMenus",
"gcm",
"identity",
"system.display",
"offscreen",
"sidePanel",
"activeTab"
],
"optional_permissions": [
"background"
],
"optional_host_permissions": [
"*:\/\/*.googleusercontent.com\/*",
"https:\/\/docs.google.com\/"
],
"oauth2": {
"client_id": "457041617864-bhmeha5qpbr57l3f86lbkcvc7q0f8tmu.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive",
"https:\/\/www.googleapis.com\/auth\/drive.readonly"
]
},
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"oauth2callback.html"
],
"matches": [
"https:\/\/netvolk.online\/*",
"https:\/\/gdriveapp.store\/*"
]
}
]
}