Inspect and view changes in DART Alarm 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "DART Alarm",
"version": "1.0.1",
"manifest_version": 2,
"description": "Your DART/Train times and reminders",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "pages/popup/popup.html",
"default_icon": "icons/icon.png"
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"notifications",
"alarms",
"http://api.irishrail.ie/*"
]
}