{
  "name": "LiveGap Charts",
  "short_name": "LiveGap Charts",
  "description": "free online chart maker with real-time preview, easily create your chart(image | animated) with more than 50+ templates & 10+ chart types ( line chart - bar chart - pie chart ... )",
  "start_url": "app.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#c8c8c8",
  "theme_color":"#393939",
  "orientation": "landscape",
  "file_handlers": [
    {
      "action": "app.php",
      "accept": {
        "application/vnd.livegap.chart": [".chart"]      
      },
       "icons": [{"src": "images/icons/chart-file-type.png","sizes": "256x256","type": "image/png"}]
    }
  ],
  "icons": [
    {
      "src": "images/icons/icon-72x72.png",
      "type": "image/png", "sizes": "72x72"
    },
    {
      "src": "images/icons/icon-96x96.png",
      "type": "image/png", "sizes": "96x96"
    },
    {
      "src": "images/icons/icon-128x128.png",
      "type": "image/png","sizes": "128x128"
    },
    {
      "src": "images/icons/icon-144x144.png",
      "type": "image/png", "sizes": "144x144"
    },
    {
      "src": "images/icons/icon-152x152.png",
      "type": "image/png", "sizes": "152x152"
    },
    {
      "src": "images/icons/icon-192x192.png",
      "type": "image/png", "sizes": "192x192"
    },
    {
      "src": "images/icons/icon-384x384.png",
      "type": "image/png", "sizes": "384x384"
    },
    {
      "src": "images/icons/icon-512x512.png",
      "type": "image/png", "sizes": "512x512"
    }
  ],

  "screenshots": [
    {
      "src": "images/screenshots/screenshot-1.jpg",
      "sizes": "2736x1824",
      "type": "image/jpeg"
    },
    {
      "src": "images/screenshots/screenshot-2.jpg",
      "sizes": "2736x1824",
      "type": "image/jpeg"
    },
    {
      "src": "images/screenshots/screenshot-3.jpg",
      "sizes": "2736x1824",
      "type": "image/jpeg"
    },
    {
      "src": "images/screenshots/screenshot-4.jpg",
      "sizes": "2736x1824",
      "type": "image/jpeg"
    }
  ],

"shortcuts": [{
  "name": "Line Chart",
  "url": "app.php?lan=en&gallery=line",
  "icons": [{
    "src": "images/icons/line.png",
    "sizes": "192x192"
  }]
},{
  "name": "Bar Chart",
  "url": "app.php?lan=en&gallery=bar",
  "icons": [{
    "src": "images/icons/bar.png",
    "sizes": "192x192"
  }]
},{
  "name": "Pie Chart",
  "url": "app.php?lan=en&gallery=pie",
  "icons": [{
    "src": "images/icons/pie.png",
    "sizes": "192x192"
  }]
},{
  "name": "Radar Chart",
  "url": "app.php?lan=en&gallery=radar",
  "icons": [{
    "src": "images/icons/radar.png",
    "sizes": "192x192"
  }]
}]


}