Caply | Capture the Web

Caply | Capture the Web

Capture any webpage interactively

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Caply | Capture the Web",
  "version": "0.1.14",
  "description": "Capture any webpage interactively",
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "./dist/background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "browser_action": {
    "default_title": "Caply | Capture the Web",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/ext_icon16.png",
      "32": "images/ext_icon32.png",
      "48": "images/ext_icon48.png",
      "128": "images/ext_icon128.png"
    }
  },
  "content_scripts": [],
  "icons": {
    "16": "images/ext_icon16.png",
    "32": "images/ext_icon32.png",
    "48": "images/ext_icon48.png",
    "128": "images/ext_icon128.png"
  },
  "manifest_version": 2
}