Fresh Earth

Fresh Earth

Fresh Earth picks fresh and sharp satellite images and delivers it straight to your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fresh Earth",
  "author": "Marinda S",
  "version": "0.0.0.3",
  "description": "Fresh Earth picks fresh and sharp satellite images and delivers it straight to your browser.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png",
    "512": "512.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "images/goes-east-5424x5424.jpg",
    "images/goes-west-5424x5424.jpg",
    "images/himiwarifull_disk_ahi_true_color.jpg",
    "images/continental-us-5000x3000.jpg",
    "images/tropical-atlantic3600x2160.jpg",
    "images/tropical-pacific3600x2160.jpg",
    "images/us-west-coast-5000x3000.jpg",
    "images/northern-pacific-5000x3000.jpg",
    "images/northern-south-america-3600x2160.jpg",
    "images/south-america-3600x2160.jpg",
    "fonts/IBMPlexMono.woff",
    "fonts/IBMPlexMono.woff2",
    "fonts/Poppins-Regular.woff",
    "fonts/Poppins-Regular.woff2"
  ]
}