{
  "name": "NEETstuff — Comic Creator & XRPL NFT Platform",
  "short_name": "NEETstuff",
  "description": "Build Worlds. Remix Them. Own Forever. Free XRPL comic & NFT creator.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#00FF9F",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "art", "nft"],
  "screenshots": [],
  "prefer_related_applications": false,
  "icons": [
      { "src": "/assets/favicon-32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
      { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
      { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
    ],
  "shortcuts": [
    {
      "name": "Create Comic",
      "short_name": "Create",
      "description": "Start a new comic",
      "url": "/editor"
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "Browse comics",
      "url": "/gallery"
    }
  ]
}
