MET Cast

MET Cast

Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MET Cast",
  "description": "Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location",
  "version": "1.0.6",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "image/icon_16.jpg",
    "32": "image/icon_32.jpg",
    "48": "image/icon_48.jpg",
    "128": "image/icon_128.jpg"
  },
  "browser_action": {
    "popup": "shopcmp.htm"
  },
  "permissions": [
    "geolocation"
  ],
  "manifest_version": 2
}