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": "Enable Right Click \u2013 Copy, Paste & Context Menu",
"version": "1.1",
"description": "Enables right-click, copy, Paste, and text selection on websites that block these actions. Restore full control of your browser.",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_page": "options.html",
"web_accessible_resources": [
{
"resources": [
"popup.css",
"options.css"
],
"matches": [
"<all_urls>"
]
}
]
}