{
  "name": "DiggaPets",
  "short_name": "DiggaPets",
  "description": "A cozy virtual pet that digs while you live your life. No crypto. Just pets.",
  "id": "diggapets-app",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#E8833A",
  "background_color": "#2E2438",
  "categories": ["games", "entertainment"],
  "shortcuts": [
    { "name": "Check on Digga", "url": "./" }
  ],
  "icons": [
    { "src": "favicons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "favicons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "favicons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "favicons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
