{
    "start_url": "/login",
    "version": "1.0",
    "manifest_version": 2,
    "theme_color": "#3A5199",
    "background_color": "#3A5199",
    "short_name": "CRM",
    "url": "/manifest.php?start_url=val",
    "lang": "English",
    "display": "minimal-ui",
    "orientation": "any",
    "scope": "/",
    "name": "CRM",
    "description": "CRM for Maketing, Sales & Helpdesk",
    "icons": [
        {
            "src": "/image/frame-crm-logo.svg",
            "sizes" : "685x685",
            "type": "image/svg"
        },        
        {
            "src": "/image/manifest-crm-logo.svg",
            "sizes" : "144x144",
            "type": "image/svg"
        }        
    ],
    "screenshots": []
}