{
  "name": "Subscription Tracker",
  "short_name": "Subscriptions",
  "description": "Track recurring subscriptions, renewal dates and spending in one place.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#EDE7D8",
  "theme_color": "#1C1E22",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
