﻿{
  "name": "Age Calculator",
  "short_name": "Age Calculator",
  "description": "Find out how old you are with our age calculator app. Get your age in years, months, and days, and learn fun facts about your birth year!.",
  "start_url": "index.html",
  "version": "1.0.0",
  "scope": "/",
  "display": "fullscreen",
  "offline_enabled": "true",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "prefer_related apps": "false",
  "related_applications": [
    {
      "platform": "webapp",
      "id": "app.netlify.age_kalkulator.twa",
      "url": "https://age-kalkulator.netlify.app/manifest.json"
    }
  ],
  "icons": [
    {
      "src": "icons/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon2.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/any-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "\"/age-calculator-pwa",
  "dir": "auto",
  "lang": "en",
  "orientation": "any",
  "edge_side_panel": {
    "preferred_width": 360
  },
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "categories": [
    "games",
    "productivity",
    "utilities"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "screenshots": [
    {
      "src": "screenshots/screenshot-1024.png",
      "sizes": "1024x1536",
      "type": "image/png",
      "platform": "wide"
    },
    {
      "src": "screenshots/screenshot-512.png",
      "sizes": "512x768",
      "type": "image/png"
    }
  ]
}