Inspect and view changes in BitMar source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "BitMar",
"description": "Stream millions of free movies, shows, channels, songs, videos, and more.",
"version": "2.6",
"homepage_url": "https://bitmar.com/",
"permissions": [
"https://bitmar.com/"
],
"browser_action": {
"default_icon": "icon_1024x1024.png",
"default_popup": "popup.htm"
},
"icons": {
"16": "icon_16x16.png",
"48": "icon_48x48.png",
"128": "icon_128x128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{f301fbc7-5781-4585-beb2-af3beb311631}"
}
}
}