{
  "name": "mbrd - infinite moodboard",
  "short_name": "mbrd",
  "description": "An infinite freeform board. Drop in images, video, audio, text or anything else and place it anywhere. Runs entirely in your browser; boards save as a single .mbrd file.",
  "id": "/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fbf8f1",
  "theme_color": "#fbf8f1",
  "icons": [
    { "src": "assets/img/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/img/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": { "application/vnd.mbrd+zip": [".mbrd"] },
      "icons": [{ "src": "assets/img/icon.svg", "sizes": "any", "type": "image/svg+xml" }],
      "launch_type": "single-client"
    }
  ]
}
