{
  "name": "The Artifacts Lab",
  "short_name": "Artifacts Lab",
  "description": "Smart tools for real life — expense tracking, retirement planning, meal planning and more.",
  "start_url": "/dashboard.html",
  "display": "standalone",
  "background_color": "#0B0F1A",
  "theme_color": "#D4920A",
  "lang": "en",
  "categories": ["finance", "health", "fitness", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "The Artifacts Lab — Smart tools for real life"
    }
  ],
  "shortcuts": [
    {
      "name": "Retirement Calculator",
      "short_name": "Retirement",
      "description": "Model your retirement plan",
      "url": "/retirement-calculator.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Expense Tracker",
      "short_name": "Expenses",
      "description": "Track your spending",
      "url": "/expense-tracker.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meal Planner",
      "short_name": "Meals",
      "description": "Plan your weekly meals",
      "url": "/meal-planner.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
