{
  "name": "TinkerAtlas - Maker Community Platform",
  "short_name": "TinkerAtlas",
  "description": "Connect with makers, share projects, and discover 3D printing communities worldwide",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "productivity", "education"],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "View latest posts from the community",
      "url": "/"
    },
    {
      "name": "Create Post",
      "short_name": "Create",
      "description": "Share your latest project",
      "url": "/create"
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your profile and achievements",
      "url": "/profile"
    },
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Find makers and communities near you",
      "url": "/map"
    }
  ],
  "icons": [
    {
      "src": "/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+tinkeratlas",
      "url": "/share?url=%s"
    }
  ]
}