Flow Diagram with Screenshots

Flow Diagram with Screenshots

Allows you to capture your desktop to generate a flow diagram with screenshots.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Flow Diagram with Screenshots",
  "description": "Allows you to capture your desktop to generate a flow diagram with screenshots.",
  "version": "0.1.3",
  "author": "Jorge A. Mangueira",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "extension.js"
    ],
    "persistent": false
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "https://jorgemangueira.com/*/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}