Chippy: AI Writer with GPT

Chippy: AI Writer with GPT

Unleash the potential of AI writing and GPT on any website with Chippy — your AI browser assistant. Whether it's answering queries,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.72e8bd43.png",
    "32": "icon32.plasmo.328efb7e.png",
    "48": "icon48.plasmo.1b6c20e9.png",
    "64": "icon64.plasmo.6c816b7b.png",
    "128": "icon128.plasmo.74615566.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.72e8bd43.png",
      "32": "icon32.plasmo.328efb7e.png",
      "48": "icon48.plasmo.1b6c20e9.png",
      "64": "icon64.plasmo.6c816b7b.png",
      "128": "icon128.plasmo.74615566.png"
    }
  },
  "version": "0.1.35",
  "author": "ChippyAI",
  "name": "Chippy: AI Writer with GPT",
  "description": "",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "extensionInjector.9b78b8d7.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "https://chippyai.com/*",
        "https://www.chippyai.com/*"
      ],
      "js": [
        "auth.6a13ac2e.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "autoLaunch.c99b8e29.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chippyai.com/*",
        "https://www.chippyai.com/*"
      ],
      "js": [
        "onboarding.95798998.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Page.a1b47bec.js"
      ],
      "css": [
        "Page.ef8dd597.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/gmailJsLoader.js",
        "assets/js/extension.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "Supreme-Regular.292d336b.woff2",
        "Supreme-Regular.7af07e6d.woff",
        "Supreme-Regular.468b98f1.ttf",
        "Supreme-Medium.3be572e2.woff2",
        "Supreme-Medium.94cd49fa.woff",
        "Supreme-Medium.1666c405.ttf",
        "Supreme-Bold.43d41ae4.woff2",
        "Supreme-Bold.249ed4c3.woff",
        "Supreme-Bold.135d259e.ttf",
        "Page.566ff9af.css",
        "Page.999933ec.png",
        "Page.562559e0.png",
        "Page.c2ca7be7.png",
        "Page.762db65e.css",
        "Page.45846338.css",
        "Page.28261bdb.css",
        "Page.05d0d2cf.png",
        "Page.fe4c71dc.png",
        "Page.3e146de1.png",
        "Page.b169116e.png"
      ]
    }
  ]
}