{
    "id": "/?app=actio",
    "name": "Actio - Управление на доброволчески организации",
    "short_name": "Actio",
    "description": "Комплексна платформа за ефективно управление на екипи, проекти, срещи и ресурси на вашата доброволческа организация",
    "start_url": "/",
    "scope": "/",
    "display_override": ["standalone", "fullscreen", "minimal-ui"],
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot1.png",
            "type": "image/png",
            "sizes": "1080x1920"
        },
        {
            "src": "/screenshot2.png",
            "type": "image/png",
            "sizes": "1080x1920"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard"
        },
        {
            "name": "Organizations",
            "short_name": "Organizations",
            "url": "/organizations"
        },
                 {
                     "name": "Profile",
                     "short_name": "Profile",
                     "url": "/profile/edit"
                 }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": ["image/*"]
                }
            ]
        }
    },
    "prefer_related_applications": false,
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "protocol_handlers": [
        {
            "protocol": "web+actio",
            "url": "/open?url=%s"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 480
    },
    "categories": ["business", "productivity", "utilities"],
    "lang": "bg",
    "dir": "ltr"
}
