{
  "name": "TUNNI Starter",
  "short_name": "TUNNI Starter",
  "description": "Boilerplate oficial da TUNNI com Next.js 15, TypeScript, Tailwind CSS e configurações otimizadas para SEO e performance.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to home page",
      "url": "/",
      "icons": [
        {
          "src": "/images/icons/icon-144x144.png",
          "sizes": "144x144"
        }
      ]
    }
  ]
}
