{
  "name": "KeremReef",
  "short_name": "KeremReef",
  "description": "Deniz akvaryumu için balık ansiklopedisi, akvaryum hesaplayıcı ve su parametresi takibi.",
  "lang": "tr",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#06182B",
  "theme_color": "#06182B",
  "categories": [
    "education",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Balık Ansiklopedisi",
      "url": "./index.html"
    },
    {
      "name": "Akvaryum Hesaplayıcı",
      "url": "./hesap.html"
    },
    {
      "name": "Parametre Takip",
      "url": "./takip.html"
    }
  ]
}