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": "Absolute Enable Right Click & Copy",
"version": "2.0.7",
"description": "Absolute Enable Right Click & Copy on all websites, including those that block it.",
"icons": {
"16": "images\/16px.png",
"32": "images\/32px.png",
"48": "images\/48px.png",
"128": "images\/128px.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "images\/128px.png",
"default_popup": "main.html",
"default_title": "Enable right click and copy"
},
"options_page": "p\/options.html",
"permissions": [
"tabs",
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"<all_urls>"
]
}