Know Yourself Firefox

Examine source code of Know Yourself

Inspect and view changes in Know Yourself source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Know Yourself",
  "version": "1.3.1",
  "description": "Analyzes your browsing history with SWOT analysis and predicts your future using OpenAI AI",
  "browser_specific_settings": {
    "gecko": {
      "id": "knowyourself@gptindia.pro",
      "strict_min_version": "112.0"
    }
  },
  "permissions": [
    "history",
    "storage"
  ],
  "host_permissions": [
    "https://extbackend.gptindia.pro/*"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://extbackend.gptindia.pro/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}

Best Know Yourself Alternatives

Here are some Firefox add-ons that are similar to Know Yourself: