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_AppName__",
"description": "__MSG_AppDescription__",
"default_locale": "en",
"author": "Curly Doggo Limited",
"homepage_url": "https:\/\/curlydoggo.com\/allow-copy",
"version": "1.0.1",
"icons": {
"128": "images\/icon.png"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.bundle.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": {
"128": "images\/icon.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_AppName__"
},
"web_accessible_resources": [
{
"resources": [
"images\/icon.png"
],
"matches": [
"<all_urls>"
]
}
]
}