Clarity AI — Rewrite, Translate & Solve Firefox

Examine source code of Clarity AI — Rewrite, Translate & Solve

Inspect and view changes in Clarity AI — Rewrite, Translate & Solve source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.12",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*",
    "file:///*",
    "https://us-central1-perhour-5dfcd.cloudfunctions.net/*",
    "https://securetoken.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module",
    "preferred_environment": [
      "document"
    ]
  },
  "commands": {
    "clarity_quick_command_bar": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "__MSG_commandQuickBar__"
    },
    "clarity_undo_rewrite": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "Command+Shift+Z"
      },
      "description": "__MSG_commandUndo__"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self'; style-src 'self' 'unsafe-inline';"
  },
  "icons": {
    "512": "logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "512": "logo.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "js": [
        "content-gdocs.js"
      ],
      "css": [
        "styles.css"
      ]
    },
    {
      "matches": [
        "<all_urls>",
        "file:///*"
      ],
      "exclude_matches": [
        "https://docs.google.com/document/*",
        "https://clarityext.com/*",
        "https://www.clarityext.com/*",
        "https://perhour-5dfcd.firebaseapp.com/__/auth/*"
      ],
      "js": [
        "content-lite.js"
      ],
      "css": [
        "styles.css"
      ]
    },
    {
      "matches": [
        "https://clarityext.com/*",
        "https://www.clarityext.com/*"
      ],
      "js": [
        "auth-bridge.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "logo.png",
        "styles.css",
        "katex.min.css",
        "katex-fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "clarity@clarityext.com",
      "strict_min_version": "136.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "136.0"
    }
  }
}

Best Clarity AI — Rewrite, Translate & Solve Alternatives

Here are some Firefox add-ons that are similar to Clarity AI — Rewrite, Translate & Solve: