{
  "name": "Enter The REALM",
  "short_name": "REALM",
  "description": "Shop custom canvas, clay, and other art pieces produced with love from Tennessee.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "white",
  "theme_color": "#0274be",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-16x16.jpg",
      "sizes": "16x16",
      "type": "image/jpeg"
    },
    {
      "src": "/icons/icon-32x32.jpg",
      "sizes": "32x32",
      "type": "image/jpeg"
    },
    {
      "src": "/icons/icon-48x48.jpg",
      "sizes": "48x48",
      "type": "image/jpeg"
    },
    {
      "src": "/icons/icon-128x128.jpg",
      "sizes": "128x128",
      "type": "image/jpeg"
    },
    {
      "src": "/icons/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg"
    },
    {
      "src": "/icons/icon-256x256.jpg",
      "sizes": "256x256",
      "type": "image/jpeg"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot_wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "label": "App in landscape (wide)",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/screenshot_mobile.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "label": "App in portrait"
    }
  ]
}