{
  "manifest_version": 3,
  "name": "KSN-01",
  "version": "0.0.1",
  "description": "Personal overlays for the web.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "pw.js"
      ]
    }
  ]
}
