Traffic Map Singapore

Traffic Map Singapore

*** Traffic Map: Now available for Singapore! Version 2.0 is out!! New 2.0 Features: * Take the map on the go with your…

Merlin
Additional files are visible only to premium users

manifest.json


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