BARTist

BARTist

Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BARTist",
  "version": "0.2",
  "description": "Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location",
  "author": "Paul Cathey and David McAfee",
  "browser_action": {
    "default_icon": "./assets/icon16.png",
    "default_popup": "popup.html",
    "default_title": "BARTist"
  },
  "permissions": [
    "geolocation",
    "https://ajax.googleapis.com/",
    "http://api.bart.gov/api/*"
  ],
  "icons": {
    "16": "./assets/icon16.png",
    "48": "./assets/icon48.png",
    "128": "./assets/icon128.png"
  }
}