{
  "name": "Jetsy",
  "short_name": "Jetsy",
  "description": "Your AI receptionist — what needs you, what got booked, and every call answered.",
  "id": "/app/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#05090F",
  "theme_color": "#05090F",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "../assets/img/favicon-180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "../assets/img/favicon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "../assets/img/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Needs me", "short_name": "Needs me", "url": "./index.html#today" },
    { "name": "Call log",  "short_name": "Calls",    "url": "./index.html#calls" }
  ]
}
