Penspyre

Penspyre

A creative tool that helps you write faster and beat writers block!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Penspyre",
  "version": "0.0.9",
  "manifest_version": 3,
  "description": "A creative tool that helps you write faster and beat writers block!",
  "homepage_url": "http://penspyre.com/",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAorP6fboidBNiXymACnsz9uHN6tyAGKcDIiyShBaku88sX81Wus/bxGyA6tmiESWNhSgWfRr7Mf6q1MqcurKpA7gCW9BFZEBCe5nF/L1YtAHDWQJ1AJTm1Eq0rfhyf4OJvHh1bnJtmhsqT2Q9bnPvHDC7bWdE5L5/KG4sJwz5Az19gxDuAjgAIN6CkblfUmDqrvon/xrWQ/GXHhYNL3yimyIYkriDpGU5IApVddWwNLKNjI10q3Z3dT9aRC6aauePZWcPamMOdT0muAs9phIIJTu/hOvJIM0G1uc81eJrvISpPuTSlMx9H8/w+djKkIXk3EgQCT7dS4YJlMaLvMHHtQIDAQAB",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "src/bg/service_worker.js"
  },
  "oauth2": {
    "client_id": "472792657842-9qdstnp74jub64q71jiu2p02nq89bsef.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/documents"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/*"
      ],
      "js": [
        "src/modules/stripe/stripe.js",
        "src/modules/chart/Chart.js",
        "src/modules/analytics/analytics.min.js",
        "src/modules/analytics/870.bundle.323974846b6d45afb45e.js",
        "src/modules/analytics/ajs-destination.bundle.35a8f6f19959bf2f455f.js",
        "src/modules/analytics/schemaFilter.bundle.debb169c1abb431faaa6.js",
        "src/inject/ui_overlay.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://docs.googleapis.com https://api.openai.com https://identitytoolkit.googleapis.com https://firestore.googleapis.com https://securetoken.googleapis.com https://js.stripe.com https://penspyre.herokuapp.com;"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://api.com/*",
    "https://penspyre.herokuapp.com/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ]
}