{
  "name": "Expiry · deadlines & renewals",
  "short_name": "Expiry",
  "description": "A private wallet for things that expire, renew, or need action before a deadline. Everything stays on this device.",
  "id": "/",
  "start_url": "/#/wallet",
  "scope": "/",
  "display": "standalone",
  "background_color": "#101312",
  "theme_color": "#101312",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Add item",
      "short_name": "Add",
      "url": "/#/add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Upcoming deadlines",
      "short_name": "Upcoming",
      "url": "/#/upcoming",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
