Captr

Captr

Take and edit beautiful screenshots on the fly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Captr",
  "description": "Take and edit beautiful screenshots on the fly",
  "version": "1.1",
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "/images/1616.png",
    "19": "/images/1919.png",
    "32": "/images/3838.png",
    "48": "/images/4848.png",
    "128": "/images/128128.png"
  },
  "action": {
    "default_icon": "/images/chromeshotWhite.png",
    "default_title": "Captr",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting"
  ]
}