NowPilot Firefox

Examine source code of NowPilot

Inspect and view changes in NowPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NowPilot",
  "description": "An ADHD-friendly focus assistant that helps you self-regulate and stay on track with your goals.",
  "version": "1.3.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "history",
    "http://host.docker.internal:8000/*",
    "http://host.docker.internal:54321/*",
    "https://*.supabase.co/*",
    "https://huggingface.co/*",
    "https://*.huggingface.co/*",
    "https://*.hf.co/*",
    "https://poc-srv-production.up.railway.app/*",
    "https://web-production-b1d40.up.railway.app/*"
  ],
  "content_security_policy": "connect-src 'self' http://host.docker.internal:54321 http://host.docker.internal:8000 https://*.supabase.co https://extensions.duckdb.org https://poc-srv-production.up.railway.app https://web-production-b1d40.up.railway.app wss://poc-srv-production.up.railway.app; object-src 'self'; script-src 'self' 'wasm-unsafe-eval'",
  "web_accessible_resources": [
    "*.wasm",
    "*-worker.js",
    "*.css",
    "overlay-wrapper.html",
    "chunks/*.js",
    "content-scripts/content.css"
  ],
  "commands": {
    "toggle-chat": {
      "description": "Toggle chat widget visibility"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nowpilot@nowpilot.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "authenticationInfo",
          "personallyIdentifyingInfo",
          "personalCommunications"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "NowPilot",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/overlay-bridge.js"
      ]
    }
  ]
}

Melhores alternativas NowPilot

Aqui estão algumas Firefox add-ons que são similares a NowPilot: