Paragon Assistant

Paragon Assistant

This app is designed to help Paragon Prep students to manage grades, homework, behavior, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Paragon Assistant",
  "description": "This app is designed to help Paragon Prep students to manage grades, homework, behavior, and more.",
  "version": "1.2",
  "manifest_version": 2,
  "permissions": [
    "webNavigation"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "128pxLogo.jpg"
  }
}