Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"default_locale": "en",
"version": "0.1.4",
"description": "__MSG_extDescription__",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"96": "icons\/icon_96.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "__MSG_extDefaultAction__"
},
"permissions": [
"storage",
"identity",
"activeTab",
"sidePanel",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"oauth2": {
"client_id": "466980645792-oumvfag5vdu2b7di9enbbg8maco50717.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
}
}