{
    "lang": "en",
    "dir": "ltr",
    "id": "rhea-generative-client",
    "name": "Rhea Generative Client",
    "short_name": "Rhea Client",
    "start_url": "./index.html?source=pwa_install",
    "scope": "/",
    "version": "0.9.8",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#1e182c",
    "background_color": "#c4e65a",
    "description": "Rhea Generative Framework extension; chat/messaging experience, persona creation and editor.",
    "categories": ["productivity", "utilities"],
    "handle_links": "not-preferred",
    "icons": [
        {
            "src": "icon-16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "icon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "icon-48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icon-256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
          "name": "Chat client",
          "short_name": "chat",
          "description": "Open to Rhea chat client",
          "url": "/index.html?source=pwa",
          "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
        },
        {
          "name": "Settings",
          "short_name": "Settings",
          "description": "Open to Rhea settings",
          "url": "/settingsPage.html?source=pwa",
          "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": false,
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.oddineers.rhea",
            "id": "com.oddineers.rhea"
        }
    ],
    "launch_handler": {
        "client_mode": ["focus-existing", "auto"]
    },
    "screenshots": [
        {
            "src": "screenshot-wide.gif",
            "sizes": "640x320",
            "type": "image/gif",
            "form_factor": "wide",
            "label": "Rhea Client wide"
        },
        {
            "src": "screenshot-mobile.gif",
            "sizes": "640x640",
            "type": "image/gif",
            "label": "Rhea Client mobile"
        }
    ],
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "share_target": {
         "action": "./index.html?source=pwa_install",
         "method": "POST",
         "enctype": "multipart/form-data",
         "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}