Gnosis IQ

Gnosis IQ

Gnosis IQ enables teachers to assist their students proactively!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Gnosis IQ",
  "version": "0.0.2.1",
  "action": {
    "default_icon": {
      "16": "images/confident16.png",
      "32": "images/confident32.png",
      "48": "images/confident48.png",
      "128": "images/confident128.png"
    },
    "default_title": "Click to report journal data",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "Gnosis IQ enables teachers to assist their students proactively!",
  "icons": {
    "16": "images/confident16.png",
    "32": "images/confident32.png",
    "48": "images/confident48.png",
    "128": "images/confident128.png"
  },
  "permissions": [
    "identity",
    "identity.email",
    "storage"
  ],
  "host_permissions": [
    "*://login.microsoftonline.com/*",
    "*://graph.microsoft.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}