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": "Zenith - Upgrade for YouTube",
"description": "Enhance & improve YouTube with Loop, Zoom, Audio EQ, Speed Control, QoL features & Themes. Take control for the ultimate experience.",
"version": "1.2.0",
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/icon128.png"
},
"default_title": "Zenith"
},
"options_page": "dashboard.html",
"icons": {
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"activeTab",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"constants.js",
"utils.js",
"audio-controller.js",
"features\/video-modifier.js",
"features\/library-manager.js",
"features\/comment-tts.js",
"features\/thumbnail-resizer.js",
"features\/subscriptions-list-view.js",
"content-script.js",
"playlist.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"gif.worker.js",
"encoder.html",
"encoder.js",
"gif.js",
"popup.html",
"inject.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
]
}