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": "Allow Right Click & Copy",
"version": "1.0",
"description": "Prevents websites from blocking text selection, right-click and copying.",
"permissions": [
"scripting",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/off-icon-16.png",
"32": "icons\/off-icon-32.png",
"48": "icons\/off-icon-48.png",
"128": "icons\/off-icon-128.png"
},
"action": {
"default_icon": "icons\/off-icon-32.png",
"default_title": "Enable Anti-Blocker"
}
}