Mt. Whitney HS Website

Mt. Whitney HS Website

Page Launcher for Mt. Whitney HS Website (VUSD)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mt. Whitney HS Website",
  "description": "Page Launcher for Mt. Whitney HS Website (VUSD)",
  "version": "1.2",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.vusd.org/mtwhitney.cfm"
    ],
    "launch": {
      "web_url": "http://www.vusd.org/mtwhitney.cfm"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}