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": "Tubi Movies & Live TV for Chrome",
"version": "1.0.0",
"description": "TubiTv Enhancer Popup is a Chrome extension designed to make your TubiTV experience more enjoyable and interactive.",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "app.html",
"default_title": "Tubi Movies & Live TV",
"default_icon": {
"128": "icon.png"
}
},
"icons": {
"128": "icon.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}