{
  "id": "/",
  "name": "GlowUp Journal + Manifest",
  "short_name": "GlowUp",
  "description": "Your cute, customizable space to journal, manifest, and take notes. Track your mood, create vision boards, set daily affirmations, and glow up your way with beautiful themes and fonts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#fdf2f8",
  "theme_color": "#ec4899",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity"],
  "iarc_rating_id": "",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Journal page with mood tracking and colorful entries"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile journal view with mood cards"
    }
  ],
  "shortcuts": [
    {
      "name": "New Journal Entry",
      "short_name": "Journal",
      "description": "Create a new journal entry",
      "url": "/",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Manifestations",
      "short_name": "Manifest",
      "description": "View your manifestation board",
      "url": "/manifest",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Quick Notes",
      "short_name": "Notes",
      "description": "Create a quick note",
      "url": "/notes",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mood Board",
      "short_name": "Mood Board",
      "description": "Create a photo mood board",
      "url": "/mood-board",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
