{
  "name": "Physician's Assistant",
  "short_name": "PA",
  "description": "Transcriptions, Notes and Tasks",
  "id": "pa.flyingcrank.com",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e7c12b",
  "icons": [
    {
      "src": "static/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "static/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "static/icons/maskable-icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/static/screenshots/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png"
    }
  ]
}