Casper AI

Casper AI

A tool for professionals to simplify their workflow by summarizing articles, creating content and sharing insights with stakeholders

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "0.3.1",
  "author": "Casper AI Team",
  "name": "Casper AI",
  "description": "A tool for professionals to simplify their workflow by summarizing articles, creating content and sharing insights with stakeholders",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "contextMenus",
    "activeTab",
    "identity",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://casperai.xyz/auth"
      ],
      "js": [
        "auth.1a181abd.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contextMenu.352fbb74.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://casperai.xyz/*"
      ],
      "js": [
        "stripePayment.b959c616.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "overlay.c561ff86.js"
      ],
      "css": [
        "font.78aa8533.css"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjK1pY+glY7lcN09/5nXfxMPLPJNMqJeKU8cd2d70tr5qzQ4Ck/ptDnAIru3pSto75VCAgxNiN81DBUCuQy/IeLkc4bXgOFT+Bw29q/5SdKezMS+FVjU7DCsn4AJoP72tnR4HJdPkFce+D5kkXgHLch3qkIoIQYZDFXzm9ovu/znhItUIn7P8nRDADcUsmtvuTZBbPVPGr3dCp2FgJplbjwPIDwu/CvAu+lX45hV06N2btQXcAlRqEuxn0fk2VbEuiXRVoa2caNY3oCNh/I2GhK38OJ9rxCMjq1lNtnIVFAPPkI+cHR2h6NTvnwimjXI1zU/3ena/et2bwZZ4nEisFwIDAQAB",
  "oauth2": {
    "client_id": "488617576483-e6jpavslqs6ca8ctt810re7d8m9livjn.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "casper-nudge.734667da.svg",
        "close-small.51582dd7.svg",
        "overlay.edeee98e.css",
        "overlay.c0cdead0.css"
      ]
    }
  ]
}