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",
"name": "Enable right click - allow copy & select",
"description": "Enable copy and right-click on protected websites",
"short_name": "Allow copy",
"action": {
"default_title": "Enable right click - allow copy on protected websites",
"default_icon": "icons\/icon-128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"default_locale": "en",
"background": {
"service_worker": "js\/background.js"
},
"options_page": "options.html",
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
],
"all_frames": true
}
],
"manifest_version": 3,
"version": "1.0.3"
}