ClearPlan Firefox

Examine source code of ClearPlan

Inspect and view changes in ClearPlan source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ClearPlan - Prompt Template Repository",
  "version": "3.0.3",
  "description": "Centralized prompt template repository with public and private libraries",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c26e955-a3bd-4d8a-99b0-654578164b19}",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://*.supabase.co/*",
    "https://clearplan.live/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://clearplan.live/*",
        "http://localhost:5173/*"
      ],
      "js": [
        "authBridge.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_title": "ClearPlan Templates",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "*.js",
        "*.css",
        "sidebar.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best ClearPlan Alternatives

Here are some Firefox add-ons that are similar to ClearPlan: