Fast Screenshot

Fast Screenshot

Take a screenshot

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fast Screenshot",
  "version": "1.3.0",
  "manifest_version": 3,
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "__MSG_popup_title__"
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "downloads",
    "storage"
  ]
}