{
  "name": "WebsiteForLotto",
  "short_name": "WFL",
  "id": "/",
  "description": "Scan lottery tickets, watch for verified results, and use payout tools.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#07111f",
  "theme_color": "#07111f",
  "categories": ["utilities", "finance"],
  "shortcuts": [
    { "name": "Latest Results", "short_name": "Results", "url": "/results.html", "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }] },
    { "name": "Check a Ticket", "short_name": "Checker", "url": "/checker.html", "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }] },
    { "name": "Saved Tickets", "short_name": "Tickets", "url": "/tickets.html", "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }] }
  ],
  "icons": [
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
