{
  "name": "Regret - Personal Growth Tracker",
  "short_name": "Regret",
  "description": "Learn from what you didn't do. Celebrate what you did. Grow.",
  "start_url": "https://regret.cloud",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#a855f7",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "productivity", "self-improvement"],
  "lang": "en",
  "dir": "ltr",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Regret",
      "short_name": "Add Regret",
      "url": "/?action=add-regret",
      "description": "Quickly add a new regret",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Add Victory",
      "short_name": "Add Victory",
      "url": "/?action=add-victory",
      "description": "Quickly add a new victory",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
