TrendMap

TrendMap

Most visited CARTO Builder map at the moment

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TrendMap",
  "manifest_version": 2,
  "version": "2.0",
  "description": "Most visited CARTO Builder map at the moment",
  "permissions": [
    "http://*.github.io/"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "128": "icon-128.png"
  }
}