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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.1.1",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"cookies",
"downloads"
],
"host_permissions": [
"https:\/\/video-watermark-remover.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"bridge-availability.js"
],
"matches": [
"https:\/\/video-watermark-remover.com\/*"
]
}
],
"action": {
"default_title": "__MSG_browserActionTitle__",
"default_icon": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/content.js"
]
},
{
"matches": [
"https:\/\/video-watermark-remover.com\/extension\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/extension-bridge.js"
]
}
]
}