NS Train Journey advice

NS Train Journey advice

Quickly plan a train trip from your toolbar! Nederlandse Spoorwegen is a railway operator. Plugin by Jeroen, data by NS and Hemmo…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.9.12",
  "manifest_version": 2,
  "description": "__MSG_extDesc__",
  "short_name": "__MSG_extShortName__",
  "browser_action": {
    "default_icon": "trein.png",
    "default_popup": "ns_planner.html"
  },
  "background": {
    "scripts": [
      "js/worker.js"
    ]
  },
  "options_page": "ns_opties.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "default_locale": "nl"
}