Earth View from Google Earth

Earth View from Google Earth

Experience a beautiful image from Google Earth every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.0",
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Experience a beautiful image from Google Earth every time you open a new tab.",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Earth View from Google Earth",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.gstatic.com/prettyearth/*"
  ]
}