NOIRLab Top 100 Images

NOIRLab Top 100 Images

Enjoy the beautiful images from the NOIRLab Top 100 images collection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NOIRLab Top 100 Images",
  "description": "Enjoy the beautiful images from the NOIRLab Top 100 images collection.",
  "version": "1.2",
  "icons": {
    "32": "icons/icon-32x32.png",
    "64": "icons/icon-64x64.png",
    "128": "icons/icon-128x128.png"
  },
  "action": {
    "default_icon": {
      "32": "icons/icon-32x32.png",
      "64": "icons/icon-64x64.png",
      "128": "icons/icon-128x128.png"
    },
    "default_title": "NOIRLab Top 100 Images"
  },
  "chrome_url_overrides": {
    "newtab": "top100/index.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://noirlab.edu/public/"
  ]
}