Powiadomienie kiedy Indy jest online.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "IndyAlerts",
"version": "1.1",
"author": "Karwas",
"manifest_version": 2,
"description": "Powiadomienie kiedy Indy jest online.",
"update_url": "https://clients2.google.com/service/update2/crx",
"permissions": [
"notifications",
"storage",
"https://api.twitch.tv/*"
],
"browser_action": {
"default_icon": "img/offline48.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js/jquery-2.0.3.min.js",
"js/background.js"
]
},
"icons": {
"32": "img/icon512.png",
"48": "img/icon512.png",
"128": "img/icon512.png"
}
}