Earth Motivator

Earth Motivator

Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "namespace.js",
      "imageIds.js",
      "onInstall.js",
      "app/app.js",
      "js/handlebars.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "author": "Dennis Ren, Credit to Motivation and Google Earth Extension",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Experience a beautiful image from Google Earth every time you open a new tab, AND get movitaged as you age!",
  "icons": {
    "16": "images/icons/icon-16.png",
    "48": "images/icons/icon-48.png",
    "128": "images/icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Earth Motivator",
  "version": "0.0.1"
}