{
    "protocol_handlers": [{"protocol":"mailto","url":"/newEmail?to=%s"}], 
    "id": "algo.compta.app",
    "scope": "/",
    "lang": "fr-FR",
    "name": "COMPTA",
    "display": "standalone",
    "start_url": "/",
    "short_name": "COMPTA",
    "theme_color": "#018394",
    "description": "Application de gestion financiere personnelle",
    "orientation": "any",
    "background_color": "#1f1f1f",
    "dir": "auto",
    "related_applications": [],
    "prefer_related_applications": false,
    "display_override": ["window-controls-overlay"],
    "icons": [
      {
        "src": "src/img/AppIcons/playstore.png",
        "sizes": "512x512",
        "type": "image/png"
      },
      {
        "src": "src/img/AppIcons/android/mipmap-xxxhdpi/ic_launcher.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "src/img/AppIcons/android/mipmap-mdpi/ic_launcher.png",
        "sizes": "48x48",
        "type": "image/png"
      }
    ],
    "screenshots": [
      {
        "src": "src/img/screen.png",
        "sizes": "1081x2162",
        "type": "image/png"
      }
    ],
    "features": [
      "Cross Platform",
      "fast",
      "simple"
    ],
    "categories": [
      "Finance"
    ],
    "shortcuts": [
      {
        "name": "COMPTA",
        "short_name": "COMPTA",
        "description": "Gestion de votre wallet",
        "url": "/",
        "icons": [{ "src": "src/img/AppIcons/android/mipmap-xxxhdpi/ic_launcher.png", "sizes": "192x192" }]
      }
    ]
  }
  