Chicago Bus Monitor (CTA)

Chicago Bus Monitor (CTA)

Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chicago Bus Monitor (CTA)",
  "short_name": "ChicagoBusMonitor",
  "version": "1.1",
  "description": "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!",
  "offline_enabled": false,
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "background",
    "webRequest",
    "*://ctabustracker.com/",
    "*://maxcdn.bootstrapcdn.com/"
  ],
  "browser_action": {
    "default_icon": "Bus.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "Bus.png"
  }
}