{
  "name": "Streamline Capture",
  "short_name": "Streamline",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "shortcuts": [
    {
      "name": "Capture Audio",
      "short_name": "Audio",
      "description": "Open the app ready to record audio.",
      "url": "./index.html?mode=audio",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Take Photo",
      "short_name": "Photo",
      "description": "Open the app ready to take a photo.",
      "url": "./index.html?mode=photo",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Record Video",
      "short_name": "Video",
      "description": "Open the app ready to record video.",
      "url": "./index.html?mode=video",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
