GPTsLab: Smartly Filter and Discover Top GPTs

GPTsLab: Smartly Filter and Discover Top GPTs

Collect over 90k+ GPTs, fast GPT search. Save GPTs to your personal space and manage them.In GPT4, auto mention suitable GPTs.

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": "1.0.4",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "webRequest",
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "client-apis.7c966195.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contants.30cc9c36.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "router.6746e593.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "stores.92509872.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "types.c0dc80dc.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "utils.419eed0a.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://gptslab.net/*",
        "https://beta.gptslab.net/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "gpt.4e972ca3.js"
      ],
      "exclude_matches": [
        "https://chat.openai.com/auth/*"
      ],
      "css": [
        "font.78aa8533.css",
        "gpt.3eddc5af.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "https://chat.openai.com/*",
    "http://localhost:3000/*",
    "https://gptslab.net/*",
    "https://beta.gptslab.net/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/*",
      "https://gptslab.net/*",
      "https://beta.gptslab.net/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js",
        "inject.css"
      ],
      "matches": [
        "https://chat.openai.com/*",
        "https://gptslab.net/*",
        "http://localhost:3000/*"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://gptslab.net/*",
        "https://beta.gptslab.net/*",
        "http://localhost:3000/*"
      ],
      "resources": [
        "OpenSans-Regular.c1ab2f72.ttf",
        "OpenSans-SemiBold.66cf19b5.ttf",
        "OpenSans-Medium.8e50566e.ttf",
        "OpenSans-VariableFont_wdth,wght.76e94942.ttf",
        "gpt.c00fe1a1.css",
        "gpt.23b9f5b2.png",
        "gpt.e701b92f.png",
        "gpt.eb279721.png",
        "gpt.d60c1aa1.png",
        "gpt.8e15e9f0.png",
        "gpt.1e497f10.png",
        "gpt.b84a7eba.png",
        "gpt.0bcf4d0d.png",
        "gpt.612902ae.png",
        "gpt.c78921c4.png",
        "gpt.4f083d47.png",
        "gpt.62022778.png",
        "gpt.d595594f.png",
        "gpt.42369b14.png",
        "gpt.52284629.png",
        "gpt.9241d6aa.png",
        "gpt.652eece8.png",
        "gpt.c09ce383.png",
        "gpt.4ef6570b.png",
        "gpt.8afd1829.png",
        "gpt.b0ebeff6.png",
        "gpt.deb31131.png",
        "gpt.4b727e2c.png",
        "gpt.68482817.png",
        "gpt.ebc1540a.png",
        "gpt.fc5bffe4.png"
      ]
    }
  ],
  "short_name": "GPTs Lab"
}