Minimalistic tab with OpenStreetMap

Minimalistic tab with OpenStreetMap

Minimalistic New tab page that displays interesting places on map.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Minimalistic tab with OpenStreetMap",
  "description": "Minimalistic New tab page that displays interesting places on map.",
  "version": "0.3",
  "icons": {
    "48": "icon_48.png",
    "64": "icon_64.png",
    "128": "icon_128.png"
  },
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "manifest_version": 2
}