{
  "name": "Memoring Co — Memories worth wearing",
  "short_name": "Memoring Co",
  "description": "NFC-enabled jewelry that opens private memory spaces. Tap to remember.",
  "start_url": "/dashboard/index.php",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#faf5eb",
  "theme_color": "#1c1208",
  "icons": [
    { "src": "/public/img/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/public/img/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/public/img/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/public/img/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Add a memory",  "short_name": "Add",     "url": "/jewelry/add.php", "icons": [{ "src": "/public/img/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "My collection", "short_name": "Pieces",  "url": "/dashboard/index.php", "icons": [{ "src": "/public/img/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
