{
  "name": "Stitchbook — embroidery layout and editing",
  "short_name": "Stitchbook",
  "description": "Open, lay out, letter and edit machine embroidery designs. Reads and writes HUS, DST, EXP and JEF. Everything stays on your machine.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#eef0f4",
  "theme_color": "#ffffff",
  "categories": ["productivity", "graphics", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "application/octet-stream": [".hus", ".dst", ".exp", ".jef"],
        "application/json": [".sbk"]
      }
    }
  ],
  "shortcuts": [
    { "name": "New page", "url": "./index.html?new=1" }
  ]
}
