Mappertje

Mappertje

Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mappertje",
  "version": "1.0.5",
  "manifest_version": 2,
  "description": "Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "modules/mapper/*",
    "icons/*"
  ]
}