EHHS Chrome Extension v0.5.7

Developed as a part of the EHHS Coding and Computer Science curriculum. Developers: Adriano Rangel & Urban Reininger
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EHHS Chrome Extension v0.5.7",
  "description": "Developed as a part of the EHHS Coding and Computer Science curriculum. Developers: Adriano Rangel & Urban Reininger",
  "version": "0.5.7",
  "options_page": "/html/options.html",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "html/mainPage.html",
    "default_icon": {
      "16": "images/darkSimpleBonac16.png",
      "32": "images/darkSimpleBonac32.png",
      "64": "images/darkSimpleBonac64.png",
      "128": "images/darkSimpleBonac128.png"
    }
  },
  "icons": {
    "16": "images/darkSimpleBonac16.png",
    "32": "images/darkSimpleBonac32.png",
    "64": "images/darkSimpleBonac64.png",
    "128": "images/darkSimpleBonac128.png"
  }
}