{
  "name": "Thinking Tools - Premium Edition",
  "short_name": "ThinkTools",
  "description": "Aplikasi PWA untuk alat berpikir interaktif dengan desain Notion yang elegan",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#2383E2",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education", "utilities", "business"],
  "lang": "id",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "178x172",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buat Catatan Baru",
      "short_name": "Catatan",
      "description": "Buat catatan baru dengan cepat",
      "url": "/notes?action=new",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Alat Berpikir",
      "short_name": "Tools",
      "description": "Akses langsung ke alat berpikir",
      "url": "/#tools",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}