PDF Paster

PDF Paster

A popup tool to help you copy and paste PDF pages as images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PDF Paster",
  "description": "A popup tool to help you copy and paste PDF pages as images.",
  "version": "1.0",
  "manifest_version": 3,
  "permissions": [],
  "sandbox": {
    "pages": [
      "content/popup.html"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Click me to open PDF tool",
    "default_icon": {
      "128": "/images/icon128.png"
    }
  },
  "icons": {
    "128": "/images/icon128.png"
  }
}