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__",
"version": "1.1.13",
"author": "Udon Shiroi",
"default_locale": "en",
"permissions": [
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"icons": {
"48": "images\/get_started48.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "images\/get_started48.png"
}
},
"background": {
"service_worker": "background.js"
},
"options_page": "option\/option.html"
}