NextBus Display

NextBus Display

Displays the time until the next bus is arriving at your set bus stop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "NextBus Display",
    "default_icon": "images/bus16.png",
    "default_popup": "popup.html"
  },
  "description": "Displays the time until the next bus is arriving at your set bus stop.",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "images/bus16.png",
    "48": "images/bus48.png",
    "128": "images/bus128.png"
  },
  "manifest_version": 2,
  "name": "NextBus Display",
  "options_page": "settings.html",
  "permissions": [
    "http://webservices.nextbus.com/*",
    "notifications"
  ],
  "version": "0.48"
}