atomshot

atomshot

This extension takes a screenshot.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://ggr-law.com/atomshot/",
  "version": "1.4.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/favicon_atomshot_16_16.png",
      "32": "/images/favicon_atomshot_32_32.png",
      "48": "/images/favicon_atomshot_48_48.png",
      "128": "/images/favicon_atomshot_128_128.png"
    },
    "default_title": "__MSG_extPopupHover__"
  },
  "icons": {
    "16": "/images/favicon_atomshot_16_16.png",
    "32": "/images/favicon_atomshot_32_32.png",
    "48": "/images/favicon_atomshot_48_48.png",
    "128": "/images/favicon_atomshot_128_128.png"
  },
  "host_permissions": [
    "https://www.atomshot.de/"
  ],
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "commands": {
    "captureVisible": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "__MSG_hotkeyActionCaptureVisible__"
    },
    "captureFullpage": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "__MSG_hotkeyActionCaptureEntire__"
    }
  }
}