ChooseLocal Firefox

Examine source code of ChooseLocal

Inspect and view changes in ChooseLocal source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChooseLocal",
  "version": "1.0.1",
  "description": "Highlights local businesses and suggests local alternatives.",
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@chooselocal.ai",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "locationInfo",
          "browsingActivity",
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "geolocation",
    "identity",
    "cookies"
  ],
  "host_permissions": [
    "https://accounts.google.com/*",
    "https://api.chooselocal.ai/*",
    "https://chooselocal.ai/*"
  ],
  "background": {
    "scripts": [
      "background/grey_icon.js",
      "background/red_icon.js",
      "api-url.js",
      "background/service_worker.js"
    ],
    "service_worker": "background/service_worker.js",
    "preferred_environment": [
      "document",
      "service_worker"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "site-url.js",
        "lib/distance.js",
        "content/scanner.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16_grey.png",
      "48": "icons/icon48_grey.png",
      "128": "icons/icon128_grey.png"
    }
  },
  "icons": {
    "16": "icons/icon16_red.png",
    "48": "icons/icon48_red.png",
    "128": "icons/icon128_red.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/annotation_community.svg",
        "icons/annotation_country.svg",
        "icons/annotation_fallback.svg",
        "icons/annotation_province.svg",
        "icons/icon128_red.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best ChooseLocal Alternatives

Here are some Firefox add-ons that are similar to ChooseLocal: