Inspect and view changes in DogadPrime Alerte 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,
"version": "3.0.6",
"name": "DogadPrime Alerte",
"description": "Ne manquez jamais un live de DogadPrime sur Twitch ainsi que les prochaines vidéos youtube grâce à des notifications instantanées !",
"permissions": [
"storage",
"notifications",
"alarms"
],
"browser_action": {
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"32": "icons/icon32-config.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{c0d93396-9359-4060-aab2-83539f6ee7fc}",
"strict_min_version": "58.0"
}
}
}