{
  "name": "Sure Streets | Sure Needs",
  "short_name": "Sure Streets",
  "description": "Post on Streets, Bless creators, tap your Sure Card to pay. Social finance for Gen-Z.",
  "categories": ["social", "finance", "lifestyle"],
  "icons": [
    {"src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png"},
    {"src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png"}
  ],
  "theme_color": "#b2dd00",
  "background_color": "#b2dd00",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Streets Feed",
      "short_name": "Streets",
      "description": "Open your For You video feed",
      "url": "/streets",
      "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "View your Sure Needs wallet and accounts",
      "url": "/wallet",
      "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "My Vouchers",
      "short_name": "Vouchers",
      "description": "View claimed and gifted vouchers",
      "url": "/streets/vouchers",
      "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192"}]
    }
  ]
}