Inspect and view changes in BotKZ Live Alert 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": "BotKZ Live Alert",
"version": "2.1",
"description": "BotKZ Live Alert",
"icons": {
"48": "images/icon-48x48.png"
},
"browser_action": {
"default_icon": {
"48": "images/icon-48x48.png"
},
"default_title": "BotKZ Live Alert"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"browser_specific_settings": {
"gecko": {
"id": "botkz@livealert.fr",
"strict_min_version": "58.0"
}
}
}