{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Unistocks",
  "short_name": "Unistocks",
  "description": "Keep track of all your financial investments across multiple platforms",
  "categories": ["finance"],
  "theme_color": "#fafcff",
  "background_color": "#0f161f",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": ".",
  "prefer_related_applications": true,
  "icons": [
    {
      "src": "icons/maskable.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-72x72.png",
      "sizes": "32x32 44x44 48x48 64x64 72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
