Passpaw VEHCS Assistant Firefox

Examine source code of Passpaw VEHCS Assistant

By: Passpaw
Inspect and view changes in Passpaw VEHCS Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Passpaw VEHCS Assistant",
  "version": "1.1.0",
  "description": "Auto-fills VEHCS forms using data from Passpaw",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://app.passpaw.com/*",
    "https://vehcs.aphis.usda.gov/*"
  ],
  "background": {
    "scripts": [
      "dist/background/service-worker.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Passpaw VEHCS Assistant"
  },
  "content_scripts": [
    {
      "matches": [
        "https://vehcs.aphis.usda.gov/*"
      ],
      "js": [
        "dist/content/content-script.bundle.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://app.passpaw.com/*"
      ],
      "js": [
        "dist/content/presence.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/poppins-400.woff2",
        "fonts/poppins-600.woff2",
        "icons/passpaw-badge.svg"
      ],
      "matches": [
        "https://vehcs.aphis.usda.gov/*"
      ]
    }
  ],
  "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"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vehcs-assistant@passpaw.com",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "healthInfo"
        ]
      }
    }
  }
}

Best Passpaw VEHCS Assistant Alternatives

Here are some Firefox add-ons that are similar to Passpaw VEHCS Assistant: