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": "CopyRight+: Enable Right Click & Copy",
"version": "1.1.1",
"description": "It enables right-click and copy functionality on websites that have disabled the right-click and copy commands.",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16px.png",
"48": "images\/48px.png",
"128": "images\/logo.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"storage",
"scripting"
],
"icons": {
"16": "images\/16px.png",
"48": "images\/48px.png",
"128": "images\/logo.png"
}
}