Examine source code of Look Out Local

Inspect and view changes in Look Out Local source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Look Out Local",
  "description": "Extension for catching websites that aren't inside your country of choice.",
  "version": "1.0.1",
  "manifest_version": 3,
  "icons": {
    "48": "./LookOutLocal_icon-together-128.png",
    "64": "./LookOutLocal_icon-together-128.png",
    "96": "./LookOutLocal_icon-together-128.png",
    "128": "./LookOutLocal_icon-together-128.png",
    "256": "./LookOutLocal_icon-together-128.png",
    "512": "./LookOutLocal_icon-together-128.png"
  },
  "action": {
    "default_title": "Look Out Local",
    "default_icon": "./LookOutLocal_icon-together-128.png",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background_v3.js"
  },
  "host_permissions": [
    "https://*/*"
  ],
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage",
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}