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_extName__",
"version": "1.0.1",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"contextMenus",
"storage",
"identity",
"identity.email"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "images\/16px.png",
"48": "images\/48px.png",
"128": "images\/128px.png"
}
},
"icons": {
"16": "images\/16px.png",
"48": "images\/48px.png",
"128": "images\/128px.png"
}
}