Examine source code of Faro

Inspect and view changes in Faro 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Faro",
  "version": "0.5.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "description": "__MSG_extDesc__",
  "action": {
    "default_icon": "icons/icon48.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader-D_ctbbna.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assets/index-B_jauHKN.css"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "storage",
    "contextMenus",
    "sidePanel",
    "commands"
  ],
  "optional_permissions": [
    "bookmarks"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+X"
      },
      "description": "Capture text"
    }
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "externally_connectable": {
    "matches": [
      "https://farosaves.com/*",
      "https://dev.farosapp.com/*",
      "<all_urls>"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost:5173/*",
        "https://dev.farosapp.com/*",
        "https://farosaves.com/*"
      ],
      "resources": [
        "icon.svg"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "prompt.html",
        "assets/index-D8JWPCAO.js",
        "assets/index-CFzxn5mV.js",
        "assets/content.ts-DynSj6Ct.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "faro@farosaves.com"
    }
  },
  "default_locale": "en"
}