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


{
  "version": "2.18.8resigned1",
  "background": {
    "persistent": false,
    "scripts": [
      "namespace.js",
      "imageIds.js",
      "onInstall.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Experience a beautiful image from Google Earth every time you open a new tab.",
  "icons": {
    "16": "images/icons/icon-16.png",
    "48": "images/icons/icon-48.png",
    "128": "images/icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Earth View from Google Earth",
  "permissions": [
    "https://www.gstatic.com/prettyearth/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{44ec79ad-72a9-471d-962d-49e7e5501d97}"
    }
  }
}