Mapillary – Crowdsourced Street Images

Mapillary – Crowdsourced Street Images

Explore the world with Mapillary street images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mapillary – Crowdsourced Street Images",
  "short_name": "Mapillary",
  "homepage_url": "https://www.mapillary.com/",
  "author": "Mapillary",
  "version": "1.0.12",
  "description": "Explore the world with Mapillary street images.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "/img/mpy_chrome_logo.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "45.0"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}