{
"version": "1.0",
"comment": "---Above version must be the same as data-pwa-version",
"lang" : "en",
"name" : "CRM Novitate - Trial Version",
"scope" : "/",
"display" : "fullscreen",
"start_url" : "https://trialcrm.novitate.net",
"short_name" : "CRM Trial",
"description" : "CRM Novitate - Satu aplikasi untuk membantu aktivitas Team",
"orientation" : "portrait",
"background_color": "#ffffff",
"theme_color": "#000000",
"generated" : "true",
"dir": "ltr",
"categories": ["business", "productivity", "utilities"],
"screenshots": [
  {
    "src": "/img/screenshots/m-login_page.png",
    "sizes": "1080x1920",
    "type": "image/png",
    "form_factor": "narrow" 
  },
  {
    "src": "/img/screenshots/m-dashboard_page.png",
    "sizes": "1080x1920",
    "type": "image/png",
    "form_factor": "narrow" 
  },
  {
    "src": "/img/screenshots/d-dashboard_page.png",
    "sizes": "1920x1080",
    "type": "image/png",
    "form_factor": "wide" 
  }
],
"icons": [
	{
	  "src": "/img/icons/icon-192x192.png",
	  "sizes": "192x192",
	  "type": "image/png",
	  "purpose": "any"
	},
	{
	  "src": "/img/icons/icon-512x512.png",
	  "sizes": "512x512",
	  "type": "image/png",
	  "purpose": "any"
	},
	{
	  "src": "/img/icons/icon-192x192.png",
	  "sizes": "192x192",
	  "type": "image/png",
	  "purpose": "maskable"
	},
	{
	  "src": "/img/icons/icon-512x512.png",
	  "sizes": "512x512",
	  "type": "image/png",
	  "purpose": "maskable"
	}
  ]
}