Next Bus

Next Bus

Stay in touch with your next bus! And next train. Free and open-source.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Next Bus",
  "version": "0.0.4",
  "description": "Stay in touch with your next bus! And next train. Free and open-source.",
  "icons": {
    "16": "icons/dublin_bus/16.png",
    "24": "icons/dublin_bus/24.png",
    "32": "icons/dublin_bus/32.png",
    "48": "icons/dublin_bus/48.png",
    "128": "icons/dublin_bus/128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/dublin_bus/16.png",
      "24": "icons/dublin_bus/24.png",
      "32": "icons/dublin_bus/32.png",
      "48": "icons/dublin_bus/48.png",
      "128": "icons/dublin_bus/128.png"
    },
    "default_title": "Next Bus",
    "default_popup": "popup.html"
  },
  "author": "Nikolai Kapliev [email protected]",
  "background": {
    "scripts": [
      "js/dist/background.js"
    ]
  },
  "homepage_url": "https://github.com/nkapliev/next-bus",
  "offline_enabled": false,
  "web_accessible_resources": [
    "js/dist/*.map"
  ],
  "permissions": [
    "https://data.dublinked.ie/",
    "http://api.irishrail.ie/"
  ]
}