Traffic Map San Francisco

Traffic Map San Francisco

See San Francisco's traffic condition - Live. Needs to get out and hit the roads? Be sure to use this extension before you go!……

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Traffic Map San Francisco",
  "version": "1.5",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Traffic Map San Francisco",
    "default_popup": "popup.html"
  },
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "manifest_version": 2
}