Nearby

Nearby

A beautifully minimalist render of the world outside, from the inside of every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nearby",
  "description": "A beautifully minimalist render of the world outside, from the inside of every new tab.",
  "version": "1.0.0",
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "https://maps.googleapis.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.googleapis.com; object-src 'self'"
}