{
  "id": "/",
  "name": "Empyress - Eau de App",
  "short_name": "Empyress",
  "description": "Empyress: Professional-grade perfumery lab OS. Build formulas, explore molecules, master synergy with AI tutoring and professional tools.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0a0c",
  "theme_color": "#8b5cf6",
  "categories": ["productivity", "education", "lifestyle"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.empyress.eau",
      "id": "app.empyress.eau"
    }
  ],
  "handle_links": "preferred",
  "privacy_policy_url": "https://empyress.replit.app/privacy",
  "protocol_handlers": [
    {
      "protocol": "web+empyress",
      "url": "/formulas/create?share=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/formulas/import",
      "accept": {
        "application/x-empyress-formula": [".efx"],
        "application/json": [".json"]
      },
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/formulas/create",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "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/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/narrow-landing.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Empyress home — discover your next signature scent"
    },
    {
      "src": "/screenshots/narrow-library.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Molecule library — explore 500+ fragrance ingredients"
    },
    {
      "src": "/screenshots/narrow-builder.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Formula builder — compose accords like a pro"
    },
    {
      "src": "/screenshots/narrow-tutor.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI tutor — master perfumery concepts step by step"
    },
    {
      "src": "/screenshots/real-landing.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Empyress desktop — professional perfumery workstation"
    },
    {
      "src": "/screenshots/real-library.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Molecule library — full-spectrum ingredient explorer"
    },
    {
      "src": "/screenshots/real-builder.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Formula builder — drag-and-drop perfumery on desktop"
    },
    {
      "src": "/screenshots/real-tutor.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI perfumery tutor — guided learning on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "New Formula",
      "short_name": "Formula",
      "description": "Create a new perfume formula",
      "url": "/formulas/create?source=shortcut",
      "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Molecule Library",
      "short_name": "Molecules",
      "description": "Browse perfumery molecules",
      "url": "/molecules?source=shortcut",
      "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "IRIS AI",
      "short_name": "IRIS",
      "description": "Ask IRIS about perfumery",
      "url": "/iris?source=shortcut",
      "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "widgets": [
    {
      "name": "Daily Molecule",
      "short_name": "Molecule",
      "description": "Discover a new fragrance molecule every day",
      "tag": "daily-molecule",
      "data": "/api/widgets/daily-molecule",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/icon-512x512.png",
          "sizes": "512x512",
          "type": "image/png",
          "label": "Daily Molecule Widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
