{
  "name": "AtlasAI - Truly Yours",
  "short_name": "AtlasAI",
  "description": "Your personal AI companion. Chat with AI characters powered by advanced AI technology. Create meaningful conversations that are truly yours.",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#0a0a0a",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["entertainment", "social", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse AI Characters"
    },
    {
      "src": "/screenshots/screenshot-mobile-2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chat with AI Characters"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Characters",
      "short_name": "Characters",
      "description": "Explore and discover AI characters",
      "url": "/?shortcut=characters",
      "icons": [{ 
        "src": "/icons/icon-96x96.png", 
        "sizes": "96x96",
        "type": "image/png"
      }]
    },
    {
      "name": "My Conversations",
      "short_name": "Chats",
      "description": "View your conversation history",
      "url": "/profile?shortcut=conversations",
      "icons": [{ 
        "src": "/icons/icon-96x96.png", 
        "sizes": "96x96",
        "type": "image/png"
      }]
    },
    {
      "name": "Create Character",
      "short_name": "Create",
      "description": "Create your own AI character",
      "url": "/characters/personal/create?shortcut=create",
      "icons": [{ 
        "src": "/icons/icon-96x96.png", 
        "sizes": "96x96",
        "type": "image/png"
      }]
    },
    {
      "name": "Upgrade Premium",
      "short_name": "Premium",
      "description": "Upgrade to premium subscription",
      "url": "/subscription/upgrade?shortcut=premium",
      "icons": [{ 
        "src": "/icons/icon-96x96.png", 
        "sizes": "96x96",
        "type": "image/png"
      }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+atlasai",
      "url": "/?protocol=%s"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"]
      }
    }
  ],
  "handle_links": "preferred"
}
