{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Canapa Market",
  "short_name": "C-Market",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#fff",
  "description": "Free and Green Shop",
  "icons": [{
    "src": "img/app/icon-168.png",
    "sizes": "144x144",
    "type": "image/png"
  },{
    "src": "img/app/icon-192.png",
    "sizes": "192x192",
    "type": "image/png"
  }],
  "related_applications": [{
    "platform": "play",
    "url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb"
  }]
}