Swadesh Code Analyzer Firefox

Examine source code of Swadesh Code Analyzer

Inspect and view changes in Swadesh Code Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Swadesh Code Analyzer",
  "version": "2.0.0",
  "description": "AI-powered code complexity analyzer for competitive programming. Analyze time and space complexity, identify bottlenecks, and get optimization suggestions using Groq AI.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://api.groq.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/problems/*",
        "https://codeforces.com/problemset/problem/*/*",
        "https://codeforces.com/contest/*/problem/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "swadesh-code-analyzer@local.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/image16.png",
    "48": "icons/image48.png",
    "128": "icons/image128.png"
  }
}

Best Swadesh Code Analyzer Alternatives

Here are some Firefox add-ons that are similar to Swadesh Code Analyzer: