PoePDF - Convert Poe to PDF

PoePDF - Convert Poe to PDF

Poe2PDF --Efficiently Convert Poe Data to PDF Reports

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PoePDF - Convert Poe to PDF",
  "description": "Poe2PDF --Efficiently Convert Poe Data to PDF Reports",
  "manifest_version": 3,
  "version": "0.0.4",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "scripting",
    "downloads"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/48.png"
  },
  "host_permissions": [
    "https://poe.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://poe.com/*"
      ]
    }
  ]
}