PlanVIEW

PlanVIEW

All-in-one Hub for Highschool Students

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PlanVIEW",
  "version": "2.2.2",
  "manifest_version": 2,
  "description": "All-in-one Hub for Highschool Students",
  "browser_action": {
    "default_icon": "img/icon/icon.png",
    "default_title": "PlanVIEW",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ]
}