{
  "name": "喜猿猿宇宙 - heYYape | Mini-Apps",
  "short_name": "heYYape",
  "description": "Mini-apps including Trail Tracker for hiking with GPX import & offline maps, QR Code Generator/Reader, Timezone Converter, World Clock, Password Generator, Loan/Mortgage Calculator, Price Watch, Countdown Calendar with interactive event planning, Unit Converter with Chinese weight units, BMI Calculator for health insights, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#333333",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "tools"],
  "lang": "en",
  "dir": "ltr",
  "permissions": [
    "geolocation",
    "notifications"
  ],
  "icons": [
    {
      "src": "heyyape.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "heyyape.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "heyyape.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "heyyape.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "heYYape Mini-Apps Dashboard"
    }
  ]
}