Sidekic AI Extension

Sidekic AI Extension

Sidekic AI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.f58704f6.png",
    "32": "icon32.plasmo.c2d2aa82.png",
    "48": "icon48.plasmo.8db365f9.png",
    "64": "icon64.plasmo.a671a8cd.png",
    "128": "icon128.plasmo.f86e3ae6.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.f58704f6.png",
      "32": "icon32.plasmo.c2d2aa82.png",
      "48": "icon48.plasmo.8db365f9.png",
      "64": "icon64.plasmo.a671a8cd.png",
      "128": "icon128.plasmo.f86e3ae6.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.1.4",
  "author": "Sidekic AI [email protected]",
  "name": "Sidekic AI Extension",
  "description": "Sidekic AI",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email",
    "tabs",
    "activeTab",
    "scripting",
    "bookmarks"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "googleSidePage.14dcba08.js"
      ],
      "css": [
        "font.3f41205c.css",
        "tabs/login.97347eec.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "screenshotOverlay.b8d7557e.js"
      ],
      "css": [
        "font.3f41205c.css",
        "tabs/login.97347eec.css"
      ]
    },
    {
      "matches": [
        "https://*.sidekic.ai/*"
      ],
      "js": [
        "sidekicMainSite.28c55078.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "tabs/*",
        "tabs/*/*",
        "tabs/*/*/*",
        "tabs/login.html",
        "tabs/login.html/*",
        "tabs/login.html*",
        "login.html",
        "login.html/*",
        "login.html*",
        "profile.html"
      ],
      "matches": [
        "<all_urls>",
        "https://sidekic-prod.auth.us-west-1.amazoncognito.com/*",
        "https://sidekic-dev.auth.us-west-1.amazoncognito.com/*",
        "https://auth.sidekic.ai/*"
      ]
    },
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "resources": [
        "Hubot-Sans-BlackItalic.ccbf5227.woff",
        "web.e5a6884d.js",
        "web.f5fcef4b.js",
        "web.be7daf99.js",
        "web.83eae6bb.js",
        "navmesh.18962476.js",
        "physics.3b0217ed.js",
        "process.81ee397a.js",
        "boolean.798b112f.js",
        "opentype.ca4d6397.js",
        "googleSidePage.5f52c3dc.css",
        "Hubot-Sans-BlackItalic.ccbf5227.woff",
        "Hubot-Sans-BlackItalic.0b74cf12.woff"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "Hubot-Sans-BlackItalic.ccbf5227.woff",
        "web.f5fcef4b.js",
        "googleSidePage.5f52c3dc.css",
        "Hubot-Sans-BlackItalic.ccbf5227.woff",
        "Hubot-Sans-BlackItalic.0b74cf12.woff"
      ]
    }
  ],
  "oauth2": {
    "client_id": "545260366537-a3vh2bb59hoi5otcgia18mrh1tiu40tt.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq42q/dZqs9LhxERZgHUYRg9znRKeJOVok41z1WVAwlU10lCwgofScmQFkjw4jWcisqLNv5RwA4ggFnp2MZeMTwarkcvG2DBdJWnUzQv7Y8jcyglayyOvdKUFQl+4WW7fwJXSTrQ/T/0tO1XynwboIP5qdaA8k4OyGaJaBuUNdthYwuLp6fra7/+F/lPx/aBsSbEK/EQs0gA4Go+BTpxh7aJg9u8HibVvgEWWmx7f6LN3BsBQlJ1VqfgqMYKJ0Rel0x7TrZDqJs8m9VGcD62kNxJFHsKDvZ93Nv96GL3q71hegt1MYcorEjVG76GTIr1aNSeajr84mBwjpUK5+aJOeQIDAQAB"
}