{
  "background_color": "#ffffff",
  "description": "Track moon phases, discover your natal moon sign, and connect with lunar energy through rituals and journaling.",
  "dir": "ltr",
  "lang": "en-US",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "name": "Celestial Moon Guide",
  "orientation": "any",
  "scope": "/",
  "scope_extensions": [
    { "origin": "https://celestialgrove.academy" },
    { "origin": "https://www.celestialgrove.academy" }
  ],
  "short_name": "Celestial Moon Guide",
  "start_url": "/",
  "theme_color": "#1a1625",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.jpg",
      "sizes": "949x1688",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Home - Moon phases and calendar on mobile"
    },
    {
      "src": "/screenshots/home.png",
      "sizes": "1882x888",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home - Moon phases and calendar"
    },
    {
      "src": "/screenshots/natal.png",
      "sizes": "1874x863",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Natal Moon - Your moon sign details"
    },
    {
      "src": "/screenshots/compatibility.png",
      "sizes": "1886x944",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Compatibility - Moon sign matching"
    },
    {
      "src": "/screenshots/rituals.png",
      "sizes": "1568x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Rituals - New and Full Moon ceremonies"
    },
    {
      "src": "/screenshots/journal.png",
      "sizes": "1568x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Journal - Track your emotional landscape"
    }
  ],
  "id": "celestial_moon_app",
  "iarc_rating_id": "e84b07d6-f11a-4c56-b1b4-5e9e7c7e8f1a",
  "categories": ["lifestyle", "health", "entertainment", "personalization"],
  "shortcuts": [
    {
      "name": "Natal Moon",
      "short_name": "Natal",
      "description": "Calculate your birth moon sign",
      "url": "/natal",
      "icons": [{ "src": "/icons/icon-256x256.png", "sizes": "256x256" }]
    },
    {
      "name": "Moon Rituals",
      "short_name": "Rituals",
      "description": "New and Full Moon ceremonies",
      "url": "/rituals",
      "icons": [{ "src": "/icons/icon-256x256.png", "sizes": "256x256" }]
    },
    {
      "name": "Moon Journal",
      "short_name": "Journal",
      "description": "Track your emotional landscape",
      "url": "/journal",
      "icons": [{ "src": "/icons/icon-256x256.png", "sizes": "256x256" }]
    },
    {
      "name": "Compatibility",
      "short_name": "Match",
      "description": "Moon sign compatibility",
      "url": "/compatibility",
      "icons": [{ "src": "/icons/icon-256x256.png", "sizes": "256x256" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/journal",
      "accept": {
        "application/json": [".json", ".moonjournal"]
      },
      "icons": [{ "src": "/icons/icon-256x256.png", "sizes": "256x256" }],
      "launch_type": "single-client"
    },
    {
      "action": "/rituals",
      "accept": {
        "text/calendar": [".ics"]
      },
      "icons": [{ "src": "/icons/icon-256x256.png", "sizes": "256x256" }],
      "launch_type": "single-client"
    }
  ],
  "note_taking": {
    "new_note_url": "/journal?new=true"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "Current Moon Phase",
      "short_name": "Moon Phase",
      "description": "Shows today's moon phase and sign",
      "tag": "moon-phase",
      "ms_ac_template": "/widgets/moon-phase.json",
      "data": "https://xeaabytwiygqbwpxweqp.supabase.co/functions/v1/widget-data?type=moon-phase",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/home-mobile.jpg",
          "sizes": "949x1688",
          "label": "Moon phase widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-512x512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Upcoming Moon Events",
      "short_name": "Moon Events",
      "description": "Next new moon and full moon dates",
      "tag": "moon-events",
      "ms_ac_template": "/widgets/moon-events.json",
      "data": "https://xeaabytwiygqbwpxweqp.supabase.co/functions/v1/widget-data?type=moon-events",
      "type": "application/json",
      "icons": [
        {
          "src": "/icons/icon-512x512.png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/journal",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "prefer_related_applications": false,
  "related_applications": []
}
