Screenshot & Screen Recorder w/ Webcam-Droplr

Screenshot & Screen Recorder w/ Webcam-Droplr

The Easiest All-In-One Screenshot & Screen Recorder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "version": "3.7.31",
  "browser_action": {
    "default_icon": "/assets/images/[email protected]",
    "default_popup": "index.html",
    "default_title": "Droplr - Screenshot, Annotate, & Screencast"
  },
  "icons": {
    "16": "/assets/images/[email protected]",
    "19": "/assets/images/[email protected]",
    "24": "/assets/images/[email protected]",
    "32": "/assets/images/[email protected]",
    "38": "/assets/images/[email protected]",
    "48": "/assets/images/[email protected]",
    "64": "/assets/images/[email protected]",
    "128": "/assets/images/[email protected]"
  },
  "web_accessible_resources": [
    "/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.droplr.com/*",
      "*://*.website.stage.droplr.com/*",
      "*://*.d.pr/*",
      "*://*.d.stage.droplr.com/*"
    ],
    "ids": [
      "*"
    ]
  },
  "permissions": [
    "desktopCapture",
    "tabCapture",
    "notifications",
    "tabs",
    "activeTab",
    "storage",
    "cookies",
    "<all_urls>",
    "contextMenus"
  ],
  "content_security_policy": "script-src 'self' 'sha256-lZlEVxXORFhBTxsPc4PxHmp8F1bB12A3fcJkpVUxBRs=' https://www.googletagmanager.com/gtm.js https://www.google-analytics.com/analytics.js https://www.google.com/recaptcha/api.js https://www.gstatic.com/; object-src 'self'",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/contentScriptsCheck.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://droplr.com",
  "commands": {
    "create-shortlink": {
      "suggested_key": {
        "default": "Alt+D"
      },
      "description": "Create ShortLink Hotkey"
    },
    "pause-play-video": {
      "suggested_key": {
        "default": "Alt+U"
      },
      "description": "Play Pause Video"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}