{
  "name": "SundayLock",
  "short_name": "SundayLock",
  "description": "NFL no-repeat weekly pick'em leagues. Pick once. Lock in. Win the season.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0f1f",
  "theme_color": "#0a0f1f",
  "categories": ["sports", "social", "games"],
  "lang": "en-US",
  "dir": "ltr",
  "id": "/",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Make your pick", "short_name": "Pick", "url": "/app" },
    { "name": "Standings", "short_name": "Standings", "url": "/app" }
  ]
}