Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"background": {
"service_worker": "background.js"
},
"default_locale": "en_US",
"action": {
"default_icon": {
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"default_popup": "popup.html",
"default_title": "Copy Enable"
},
"description": "__MSG_appDesc__",
"icons": {
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"data\/icons\/32.png"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"short_name": "Copy",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.2"
}