MagicCast allows you to play videos on your TV from websites, including movies, TV shows, news broadcasts, sports broadcasts and IPTV.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"js/main.js"
]
},
"browser_action": {
"default_icon": "images/icon_normal.png",
"default_popup": "popup.html"
},
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"icons": {
"16": "images/icons/16.png",
"48": "images/icons/48.png",
"128": "images/icons/128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"manifest_version": 2,
"default_locale": "ru",
"permissions": [
"tabs",
"webRequest",
"*://*/*",
"storage"
],
"version": "1.1.2resigned1",
"applications": {
"gecko": {
"strict_min_version": "50.0",
"id": "{ecd940bf-4984-494f-857b-25ebbdeff8c9}"
}
},
"options_ui": {
"page": "options.html"
}
}