{
  "name": "HACOY Studio",
  "short_name": "HACOY",
  "description": "HACOY company OS \u2014 store, team, press, and more",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#FF5F1F",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Store",
      "url": "/store",
      "description": "Shopify store & orders"
    },
    {
      "name": "Tasks",
      "url": "/tasks",
      "description": "Team task board"
    },
    {
      "name": "Newsletter",
      "url": "/newsletter",
      "description": "Email campaigns"
    },
    {
      "name": "Files",
      "url": "/files",
      "description": "Document library"
    }
  ]
}