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_name__",
"short_name": "Right Click - copy&save",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "1.0.2",
"background": {
"service_worker": "js\/background.js"
},
"options_page": "html\/options.html",
"action": {
"default_title": "Right Click - copy&save",
"default_icon": "images\/128.png",
"default_popup": "html\/main.html"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"tabs",
"scripting",
"storage",
"webRequest"
],
"host_permissions": [
"*:\/\/*\/*"
]
}