Gnosis IQ

Gnosis IQ

Gnosis IQ enables teachers to assist their students proactively!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Gnosis IQ",
  "version": "0.0.2.2",
  "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",
    "storage"
  ],
  "host_permissions": [
    "*://www.googleapis.com/*",
    "*://accounts.google.com/*"
  ],
  "oauth2": {
    "client_id": "252172754140-g0jut214vcvtbbdgjbrf7njjiqpdhd3v.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "openid"
    ]
  }
}