GPT Rules Firefox

Examine source code of GPT Rules

Inspect and view changes in GPT Rules source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GPT Rules",
  "version": "0.0.1",
  "description": "GPT Rules: Supercharge Your AI Chats with Cursor Style Rules.",
  "browser_specific_settings": {
    "gecko": {
      "id": "gptrules@gptrules.com"
    }
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best GPT Rules Alternatives

Here are some Firefox add-ons that are similar to GPT Rules: