AI Prompt Lab

Chrome Extension for AI Tool Prompts: Enhanced Interaction with AI Creating, editing, storing, and organizing prompts has never…
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI Prompt Lab",
  "description": "",
  "version": "1.0.28",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "img/[email protected]",
    "32": "img/[email protected]",
    "48": "img/[email protected]",
    "128": "img/[email protected]"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/[email protected]"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.js-loader-9f89ffca.js"
      ],
      "matches": [
        "https://ai-promptlab.com/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://gemini.google.com/app*",
        "https://copilot.microsoft.com/*",
        "https://perplexity.ai/*",
        "https://www.perplexity.ai/*",
        "https://claude.ai/*"
      ],
      "css": [
        "assets/element-plus-d7e6f92e.css",
        "assets/index-3a7db369.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "img/[email protected]",
        "img/[email protected]",
        "img/[email protected]",
        "img/[email protected]",
        "icons/Copywriting.svg",
        "icons/Marketing.svg",
        "icons/Productivity.svg",
        "icons/Professionals.svg",
        "icons/SEO.svg",
        "icons/Social_Media.svg",
        "icons/Copywriting--kopia.svg",
        "icons/Marketing--kopia.svg",
        "icons/Productivity--kopia.svg",
        "icons/Professionals--kopia.svg",
        "icons/SEO--kopia.svg",
        "icons/Social_Media--kopia.svg",
        "icons/logo.svg",
        "icons/AI-PromptLab.ico",
        "src/assets/logo.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://ai-promptlab.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://copilot.microsoft.com/*",
        "https://gemini.google.com/*",
        "https://gemini.google.com/*",
        "https://perplexity.ai/*",
        "https://www.perplexity.ai/*"
      ],
      "resources": [
        "assets/Copywriting--kopia-be6d6e0a.svg",
        "assets/Copywriting-98cd7e20.svg",
        "assets/Marketing--kopia-2c6ab7fb.svg",
        "assets/Marketing-d1b2c920.svg",
        "assets/Productivity--kopia-7a08dc7f.svg",
        "assets/Productivity-1dc4804e.svg",
        "assets/Professionals--kopia-19dd06a6.svg",
        "assets/Professionals-81f808d0.svg",
        "assets/SEO--kopia-fa997a1a.svg",
        "assets/SEO-3d0d98f9.svg",
        "assets/Social_Media--kopia-5670b70f.svg",
        "assets/Social_Media-135a6eac.svg",
        "assets/logo-2382b645.svg",
        "assets/chunk-5db2d86b.js",
        "assets/chunk-830129f8.js",
        "assets/chunk-f12579e7.js",
        "assets/chunk-5fc8db82.js",
        "assets/chunk-65c0e514.js",
        "assets/chunk-bae30b9f.js",
        "assets/chunk-b6eeb7e5.js",
        "assets/chunk-8791f17c.js",
        "assets/chunk-51088bc3.js",
        "assets/chunk-45ffc91a.js",
        "assets/chunk-81bdbf9b.js",
        "assets/chunk-2e98bc53.js",
        "assets/chunk-092ba8b8.js",
        "assets/chunk-c75af06c.js",
        "assets/chunk-f8748455.js",
        "assets/chunk-e7fe2083.js",
        "assets/chunk-dee29e8b.js",
        "assets/chunk-297ddbcb.js",
        "assets/chunk-ed76fb12.js",
        "assets/chunk-277e7c61.js",
        "assets/chunk-2fcd6f6c.js",
        "assets/chunk-21136755.js",
        "assets/chunk-fea2a163.js",
        "assets/chunk-c1ef5c76.js",
        "assets/chunk-68c0e4f6.js",
        "assets/chunk-b84d53d4.js",
        "assets/chunk-3a7da350.js",
        "assets/chunk-7f515a64.js",
        "assets/chunk-5bda79e4.js",
        "assets/chunk-b69febca.js",
        "assets/chunk-cf804188.js",
        "assets/chunk-2b6664fe.js",
        "assets/chunk-197df8ee.js",
        "assets/chunk-20d99435.js"
      ],
      "use_dynamic_url": true
    }
  ]
}