{
  "name": "MakerCue",
  "short_name": "MakerCue",
  "description": "The creator operating system. Script it. Film it. Post it.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f0e8",
  "theme_color": "#b83a52",
  "categories": ["productivity", "social", "lifestyle"],
  "icons": [
    {
      "src": "/makercueappicon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/makercueappicon1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Beauty",
      "short_name": "Beauty",
      "description": "Open MakerCue Beauty",
      "url": "/beauty",
      "icons": [{ "src": "/makercueappicon512.png", "sizes": "512x512" }]
    },
    {
      "name": "Mama",
      "short_name": "Mama",
      "description": "Open MakerCue Mama",
      "url": "/mama",
      "icons": [{ "src": "/makercueappicon512.png", "sizes": "512x512" }]
    }
  ],
  "screenshots": [
    {
      "src": "/makercueappicon1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "label": "MakerCue — Creator Operating System"
    }
  ]
}
