{
  "name": "CookRecipes.eu - Recepty a Jídelníček",
  "short_name": "CookRecipes.eu",
  "description": "Aplikace pro správu receptů, jídelníčků a nutričních hodnot",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "cs",
  "categories": ["food", "lifestyle", "health"],
  "icons": [
    {
      "src": "assets/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "assets/screenshots/mobile-screenshot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Přidat recept",
      "short_name": "Nový recept",
      "description": "Rychle přidat nový recept",
      "url": "recipes/add.php",
      "icons": [
        {
          "src": "assets/icons/shortcut-add-recipe.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Můj jídelníček",
      "short_name": "Jídelníček",
      "description": "Zobrazit můj jídelníček",
      "url": "meal_plan.php",
      "icons": [
        {
          "src": "assets/icons/shortcut-meal-plan.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Nutriční kalkulátor",
      "short_name": "Kalkulátor",
      "description": "Spočítat nutriční hodnoty",
      "url": "nutrition_calculator.php",
      "icons": [
        {
          "src": "assets/icons/shortcut-calculator.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
