Picflip: Easy Web Page Screenshots

Picflip: Easy Web Page Screenshots

Fast and powerful screenshot tool. Capture whole pages or areas, edit screenshots, and share them via link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/service_worker.js"
  },
  "action": {
    "default_icon": "img/logoIcon.png",
    "default_popup": "html/popup.html",
    "default_title": "__MSG_appName__"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "css/page.css"
      ],
      "js": [
        "js/modules/helpers.js",
        "js/modules/crop-page.js",
        "js/modules/desktopMediaStream.js",
        "js/modules/capture.js",
        "js/page.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "img/logoIcon.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "desktopCapture",
    "downloads",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "minimum_chrome_version": "88"
}