Apollo ai

Apollo ai

ApolloAI browser companion

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.27fc019d.png",
    "32": "icon32.plasmo.6f68b264.png",
    "48": "icon48.plasmo.17e1f303.png",
    "64": "icon64.plasmo.46253170.png",
    "128": "icon128.plasmo.734a64ef.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.27fc019d.png",
      "32": "icon32.plasmo.6f68b264.png",
      "48": "icon48.plasmo.17e1f303.png",
      "64": "icon64.plasmo.46253170.png",
      "128": "icon128.plasmo.734a64ef.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.1",
  "author": "Suprematy LLC",
  "name": "Apollo ai",
  "description": "ApolloAI browser companion",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "AttachEventListeners.d92046c1.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "siteContext.b7df3361.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}