{
  "name": "Step-By-Step To Done (SBSTD)",
  "short_name": "SBSTD",
  "description": "An AI-powered project planning application based on the SBSTD philosophy. Break down any objective into a logical sequence of steps, focusing on what's next to achieve your goals efficiently.",
  "id": "/index.html?source=pwa",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/index.html",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  }
}