{
  "name": "NOT10.ai",
  "short_name": "NOT10.ai",
  "description": "Weekly schedule, nutrition, expenses & income, and personal goals management",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#07060a",
  "theme_color": "#07060a",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "icon.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "NOT10.ai",
      "short_name": "MyWeek",
      "url": "./index.html?view=schedule-section",
      "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Notes & Goals",
      "short_name": "Notes",
      "url": "./index.html?view=my-center-section",
      "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Nutrition & Metrics",
      "short_name": "Nutrition",
      "url": "./index.html?view=nutrition-section",
      "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Expenses & Income",
      "short_name": "Finance",
      "url": "./index.html?view=finance-section",
      "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
