{
  "name": "Tidlor App Guest Mode",
  "short_name": "Tidlor App",
  "description": "Tidlor Guest Mode Application with Enhanced Caching",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": [
    "finance",
    "lifestyle"
  ],
  "lang": "th",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "cache_strategy": {
    "static_assets": {
      "strategy": "cache-first",
      "max_age": 31536000
    },
    "images": {
      "strategy": "cache-first",
      "max_age": 86400
    },
    "api": {
      "strategy": "stale-while-revalidate",
      "max_age": 300
    },
    "pages": {
      "strategy": "network-first",
      "max_age": 3600
    }
  }
}