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": "__MSG_extName__",
"version": "1.0",
"description": "__MSG_extDescription__",
"permissions": [
"scripting",
"activeTab"
],
"action": {
"default_title": "Toggle Select & Copy",
"default_icon": {
"128": "icon_128.png"
}
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"commands": {
"toggle-select-copy": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Toggle select\/copy protection in current tab"
}
},
"icons": {
"128": "icon_128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self';"
},
"homepage_url": "https:\/\/activate-copy-and-paste.pdfwork.com\/welcome",
"default_locale": "en",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}