Passed.ai Extension beta

Passed.ai Extension beta

Passed.ai Extension beta

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Passed.ai Extension beta",
  "short_name": "Passed.ai Extension beta",
  "description": "Passed.ai Extension beta",
  "version": "0.0.8.3",
  "action": {
    "default_popup": "./src/popup/public/index.html"
  },
  "permissions": [
    "identity",
    "storage"
  ],
  "oauth2": {
    "client_id": "1074435050373-jov22obdt6cfk01c4ejtc9hpvifqrfbi.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://docs.google.com/*"
      ],
      "all_frames": false,
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "icons": {
    "16": "favicon-16x16.png",
    "48": "passedai_logo48.png",
    "128": "192x192.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/injected-script.js",
        "styles/injected-styles.css",
        "favicon-32x32.png",
        "ajax-loader.gif",
        "scan_logo.png",
        "passed-shield.png",
        "inline-shield-bluename.png",
        "logo.webp"
      ],
      "matches": [
        "*://docs.google.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "serviceWorker/background.js"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAofrQgo0dQiCotLo927lyKKQgnhWCtErSsYqqIFNObVi55CsFMSNKUKsBH8T3m2KQd18z6yocSV8sG/75psdzOX5QESLN3+eIDW/Csj/i/cQk336DVsH29TwjuLhuI9+zO2fI77Lq+o0FyMRpMCyWN1dwfUzD8ZtiINQ4F6rmjQtlbe1MHT+sfNwefmqTf6nlFikyw8zGHZrNHaDhqv/uGap2vJhvFkaSJmWUeqeT4ix8jaGPOToxC+j3ioh2L+9CiyAIgQi80wZD4z8qtZca8a4L1VmgpdcwMouHgZlWNb7sFq30XDyn9sFjNrAZ5M63OQXJ2tejlCpF5QQsWe6F5wIDAQAB"
}