Prima.Law

Prima.Law

Prima.Law

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.5.21",
  "manifest_version": 3,
  "name": "Prima.Law",
  "description": "Prima.Law",
  "icons": {
    "16": "icon/icon_16.png",
    "32": "icon/icon_32.png",
    "48": "icon/icon_48.png",
    "128": "icon/icon_128.png"
  },
  "action": {
    "default_popup": "./html/popup.html",
    "default_title": "Prima.Law",
    "default_icon": {
      "16": "icon/icon_16.png",
      "32": "icon/icon_32.png",
      "48": "icon/icon_48.png",
      "128": "icon/icon_128.png"
    }
  },
  "permissions": [
    "storage",
    "scripting",
    "notifications",
    "webNavigation",
    "tabs"
  ],
  "background": {
    "service_worker": "./background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://app.prima.law/*",
      "https://www.primafacieapp.com/*",
      "https://staging.primafacieapp.com/*"
    ]
  },
  "host_permissions": [
    "https://egov.uscis.gov/*",
    "https://i94.cbp.dhs.gov/*",
    "https://ceac.state.gov/IV/*",
    "https://acis.eoir.justice.gov/*",
    "https://portal.eoir.justice.gov/*",
    "https://ceac.state.gov/GenNIV/General/complete/*",
    "https://my.uscis.gov/*",
    "https://travel.state.gov/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.svg",
        "*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'"
  }
}