{
  "name": "Postlio - AI Social Media Manager",
  "short_name": "Postlio",
  "description": "Automatyczne zarządzanie social media z AI. Twórz posty na Facebook, Instagram i LinkedIn w kilka sekund.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0F1C",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pl",
  "categories": ["social", "productivity", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Nowy post",
      "short_name": "Nowy",
      "description": "Stwórz nowy post z AI",
      "url": "/creator?new=true",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kalendarz",
      "short_name": "Kalendarz",
      "description": "Zobacz zaplanowane posty",
      "url": "/calendar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Autopilot",
      "short_name": "Autopilot",
      "description": "Automatyczne publikowanie",
      "url": "/autopilot",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}