Ireland Train Times

Ireland Train Times

See when your train is due and set a reminder to make sure you don't miss it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ireland Train Times",
  "manifest_version": 2,
  "version": "1.0.3",
  "description": "See when your train is due and set a reminder to make sure you don't miss it!",
  "background": {
    "scripts": [
      "js/jquery-2.0.3.min.js",
      "js/jquery.xml2json.js",
      "js/api.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "Ireland Rail Times - Click to use",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "http://api.irishrail.ie/*"
  ]
}