AI Personal Assistants - Get More Done

AI Personal Assistants - Get More Done

Boost your productivity with one-click access to a team of AI assistants.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI Personal Assistants - Get More Done",
  "short_name": "TeamSmart",
  "description": "Boost your productivity with one-click access to a team of AI assistants.",
  "version": "1.1.8",
  "manifest_version": 3,
  "icons": {
    "128": "next-assets/teamsmart.png"
  },
  "permissions": [
    "activeTab",
    "https://fonts.googleapis.com/"
  ],
  "optional_permissions": [
    "topSites"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "match_about_blank": true
    }
  ],
  "action": {
    "default_title": "TeamSmart AI",
    "default_popup": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; font-src https://fonts.gstatic.com/*; img-src https: data:; connect-src https://api.openai.com/v1/chat/completions https://chat.teamsmart.ai/api/licenses/activate https://chat.teamsmart.ai/api/licenses/validate https://chat.teamsmart.ai/api/subscription/cancel https://chat.teamsmart.ai/api/subscription/resume https://chat.teamsmart.ai/api/subscription/retrieve https://red-parity-393812.de.r.appspot.com/api/user/signup https://red-parity-393812.de.r.appspot.com/api/user/signin https://red-parity-393812.de.r.appspot.com/api/user/me https://red-parity-393812.de.r.appspot.com/api/user/subscription-by-user https://red-parity-393812.de.r.appspot.com/api/user/subscription-by-user https://red-parity-393812.de.r.appspot.com/api/user/cancel-subscription-by-user https://red-parity-393812.de.r.appspot.com/api/user/my-payment https://lexica.art/api/v1/search;"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      }
    }
  }
}