﻿{
  "name": "Dreamyphant App",
  "short_name": "Dreamyphant",
  "version": "1.0.1",
  "description": "A platform to share and discuss dreams, stories, and creative concepts - Ages 13+",
  "start_url": "/",
  "display": "fullscreen",
  "background_color": "#1e1b4b",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": [
    "social",
    "entertainment",
    "lifestyle",
    "creativity",
    "community",
    "storytelling",
    "wellness",
    "marketplace",
    "art"
  ],
  "age_rating": {
    "minimum_age": 13,
    "content_rating": "T",
    "description": "Suitable for users 13 years and older. Contains user-generated content and social features."
  },
  "icons": [
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/screen.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "HolyDream Mobile Home"
    },
    {
      "src": "/assets/screenshots/screen.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HolyDream Mobile Home"
    }
  ],
  "lang": "en-US",
  "dir": "ltr",
  "id": "Dreamyphant",
  "shortcuts": [
    {
      "name": "Share Dream",
      "short_name": "Share",
      "description": "Share a new dream or story",
      "url": "/share",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Dreams",
      "short_name": "Dreams",
      "description": "View your dreams and stories",
      "url": "/my-dreams",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+holydream",
      "url": "/share?url=%s"
    }
  ]
}