{
  "name": "Patchr",
  "short_name": "Patchr",
  "description": "Use a phone as a wireless microphone for a laptop over your local network.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1b2027",
  "theme_color": "#1b2027",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Sender (phone)", "url": "sender.html" },
    { "name": "Receiver (laptop)", "url": "receiver.html" }
  ]
}
