Demarest GPA Calculator

Demarest GPA Calculator

This extension calculates the GPA for Northern Valley Regional High School at Demarest Students

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Demarest GPA Calculator",
  "description": "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students",
  "version": "3.3.1",
  "author": "Inpyo Lee",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_icon": "./images/icon.png",
    "default_title": "Demarest GPA",
    "default_popup": "./popup.html"
  }
}