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_appDesc__",
"version": "0.0.1",
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"action": {
"default_icon": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"default_title": "YTAdSkip",
"default_popup": "popup.html"
},
"web_accessible_resources": [],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"permissions": [
"storage"
],
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"all_frames": true,
"match_about_blank": false,
"run_at": "document_end",
"js": [
"content-scripts\/content.js"
]
}
]
}