Globe Earth New Tab

Globe Earth New Tab

Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Globe Earth New Tab",
  "description": "Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.",
  "version": "1.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "/index.png",
    "32": "/index.png",
    "48": "/index.png",
    "128": "/index.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://www.gstatic.com/*"
  ],
  "background": {
    "service_worker": "service_worker.js"
  }
}