{
  "name": "The Archer App",
  "short_name": "The Archer",
  "description": "The Archer is an internal WebApp for Arrow Senior Living",
  "id": "com.arrow.seniorliving",
  "start_url": "/",
  "display_override": ["standalone", "minimal-ui"],
  "display": "standalone",
  "scope": "/",
  "orientation": "any",
  "background_color": "#315025",
  "theme_color": "#315025",
  "icons": [
    {"src": "/static/core/img/pwa/pwa_icons/icon-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/static/core/img/pwa/pwa_icons/icon-1024x1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "maskable"}
  ],
  "shortcuts": [
    {
      "name": "Notifications",
      "url": "/com/notifications/",
      "icons": [{"src": "/static/core/img/pwa/pwa_icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "My Schedule",
      "url": "/emp/schedule/",
      "icons": [{"src": "/static/core/img/pwa/pwa_icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Home",
      "url": "/home/",
      "icons": [{"src": "/static/core/img/pwa/pwa_icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "screenshots": [
    {"src": "/static/core/img/pwa/pwa_screenshots/screenshot-1.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow", "label": "Handset screenshot"},
    {"src": "/static/core/img/pwa/pwa_screenshots/screenshot-2.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow", "label": "Handset screenshot"},
    {"src": "/static/core/img/pwa/pwa_screenshots/screenshot-3.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow", "label": "Handset screenshot"},
    {"src": "/static/core/img/pwa/pwa_screenshots/screenshot-wide.png", "sizes": "1334x750", "type": "image/png", "form_factor": "wide", "label": "Wide screenshot", "orientation": "landscape"}
  ],
  "dir": "ltr",
  "lang": "en-US"
}
