{
  "lang": "vi",
  "name": "Máy ảnh Polaroid",
  "short_name": "Polaroid",
  "description": "Máy ảnh Polaroid mở camera bằng một chạm và giữ hàng chờ tải lên ổn định khi offline.",
  "display": "standalone",
  "start_url": "./",
  "scope": "./",
  "orientation": "portrait",
  "theme_color": "#e7d8b1",
  "background_color": "#1b1712",
  "icons": [
    {
      "src": "./assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}