Himawari 8 Satellite New Tab Page

Himawari 8 Satellite New Tab Page

Experience the latest image of Earth from a satellite 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",
  "manifest_version": 3,
  "name": "Himawari 8 Satellite New Tab Page",
  "short_name": "Himawari 8",
  "description": "Experience the latest image of Earth from a satellite every time you open a new tab.",
  "version": "0.21.0",
  "homepage_url": "https://github.com/domoritz/himawari-8-chrome",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://rammb-slider.cira.colostate.edu/",
    "https://himawari8-dl.nict.go.jp/himawari8/",
    "https://epic.gsfc.nasa.gov/"
  ],
  "minimum_chrome_version": "98",
  "offline_enabled": true,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html"
  }
}