Inspect and view changes in GHOSTDEATH_ Twitch Live Notifications 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
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"48": "images/icon_48.png"
},
"default_popup": "popup.html",
"default_title": "GHOSTDEATH_ Twitch Live Notifications"
},
"description": "GHOSTDEATH_ Twitch Live Notifications est une extension qui notifie l'utilisateur si GHOSTDEATH_ est en train de stream sur Twitch.",
"icons": {
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"manifest_version": 2,
"name": "GHOSTDEATH_ Twitch Live Notifications",
"permissions": [
"storage",
"notifications",
"https://api.twitch.tv/"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.51",
"browser_specific_settings": {
"gecko": {
"id": "{054749cf-99fa-4678-97ca-d0a22cd6f72b}"
}
}
}