{
  "name": "A & R Printation",
  "short_name": "A&R Print",
  "description": "Custom 3D printing services. Design, customize, and order your prints with precision.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#222222",
  "theme_color": "#00E0FF",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "description": "Start a new custom 3D print order",
      "url": "/order",
      "icons": [{"src": "/icon-192.jpg", "sizes": "192x192"}]
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "description": "Track your existing orders",
      "url": "/track",
      "icons": [{"src": "/icon-192.jpg", "sizes": "192x192"}]
    },
    {
      "name": "Order History",
      "short_name": "History",
      "description": "View your past orders",
      "url": "/history",
      "icons": [{"src": "/icon-192.jpg", "sizes": "192x192"}]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Manage your account settings",
      "url": "/account",
      "icons": [{"src": "/icon-192.jpg", "sizes": "192x192"}]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "Browse community 3D prints",
      "url": "/#gallery",
      "icons": [{"src": "/icon-192.jpg", "sizes": "192x192"}]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your print dashboard with stats",
      "url": "/widgets/dashboard",
      "icons": [{"src": "/icon-192.jpg", "sizes": "192x192"}]
    }
  ],
  "categories": ["shopping", "utilities"],
  "screenshots": [],
  "widgets": [
    {
      "name": "Recent Orders",
      "description": "View your most recent print orders",
      "tag": "recent-orders",
      "ms_ac_template": "widget-recent-orders",
      "url": "/widgets/recent-orders",
      "type": "text/html",
      "sizes": [{"minWidth": 200, "minHeight": 200}]
    },
    {
      "name": "Order Status",
      "description": "Track your current print order statuses",
      "tag": "order-status",
      "ms_ac_template": "widget-order-status",
      "url": "/widgets/order-status",
      "type": "text/html",
      "sizes": [{"minWidth": 200, "minHeight": 200}]
    },
    {
      "name": "Credits Balance",
      "description": "Check your credits balance",
      "tag": "credits-balance",
      "ms_ac_template": "widget-credits",
      "url": "/widgets/credits",
      "type": "text/html",
      "sizes": [{"minWidth": 150, "minHeight": 100}]
    },
    {
      "name": "Quick Actions",
      "description": "Quick access to common actions",
      "tag": "quick-actions",
      "ms_ac_template": "widget-quick-actions",
      "url": "/widgets/quick-actions",
      "type": "text/html",
      "sizes": [{"minWidth": 200, "minHeight": 150}]
    }
  ]
}
