MockVisual Screenshot Capture

MockVisual Screenshot Capture

Capture screenshots from your browser and add markup in the MockVisual app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MockVisual Screenshot Capture",
  "version": "2.4",
  "description": "Capture screenshots from your browser and add markup in the MockVisual app",
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "tabs",
    "identity",
    "notifications"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/",
    "file:///*",
    "file:///*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.mockvisual.com/",
      "http://localhost:*/"
    ]
  },
  "action": {
    "default_title": "Click to show"
  },
  "manifest_version": 3,
  "icons": {
    "48": "images/favicon48.png",
    "128": "images/favicon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/popup/*",
        "/libs/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkTxgXS5CK6BDqd8FfVzW8yhboiutHBS9W2BEzVyfDp4rDYV9gE3nCJwVACbWf1AaVBaN8lYHWQ9jCyjgpEnpLLB5OEW/RFcH3EdAvcKxU2bKFogbCeIGPs/1WCza6yeY61lfN1pjO5HzUzCmxZ0kxvC9q7r9e7tAWHURYdHp3ITmrM/4VNMiRjxEihs1Q9zHIyiX+6qnmu+wDzQoTGjNL/8YULw2h0s4N8olXFO06aSNj256lCsKaqoCz5rcmSvvnuLUQ2Kxg9ct7rCefRbF9aeE4aM+62pTiFpAyPnnv1vygBpcCujgdJT3Dq3e6+98v1R/lJUVaBE4IP1KQ2Ts6QIDAQAB",
  "oauth2": {
    "client_id": "1012330707220-js5ega6nul1587lbeolje3eq4nnf9i05.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}