Hambit Firefox

Examine source code of Hambit

Por: Louis Add-on
Inspect and view changes in Hambit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hambit",
  "version": "2.4.0",
  "description": "Doomscroll less, learn more. Hambit pairs your most distracting sites with a quick question before they open.",
  "author": "Louis Viard",
  "homepage_url": "https://hambit.app",
  "browser_specific_settings": {
    "gecko": {
      "id": "hambit@hambitapp",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "identity"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://*.supabase.co/*",
    "https://accounts.google.com/*",
    "https://appleid.apple.com/*",
    "https://hambit.app/*"
  ],
  "action": {
    "default_title": "Hambit",
    "default_popup": "action.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "lib/shared.js",
      "lib/vendor/supabase-auth-minimal.js",
      "lib/supabase-client.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/shared.js",
        "content/buffer.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://hambit.app/*"
      ],
      "js": [
        "lib/shared.js",
        "content/hambit-relay.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "questions.json",
        "onboarding.html",
        "onboarding.css",
        "onboarding.js",
        "packs/*.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_ui": {
    "page": "dashboard.html",
    "open_in_tab": true
  }
}

Melhores alternativas Hambit

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