{
"version": "1.0.1.0",
"comment": "---Above version must be the same as data-pwa-version",
"lang" : "en",
"name" : "PARAPART",
"scope" : "https://ss.novitate.net",
"display" : "standalone",
"start_url" : "https://ss.novitate.net",
"short_name" : "PARAPART",
"description" : "Short Step is an Application for shortcut the flow of sales",
"orientation" : "portrait",
"background_color": "#ffffff",
"theme_color": "#000000",
"generated" : "true",
"dir": "ltr",
"categories": [
    "business",
    "productivity"
  ],
"shortcuts" : [
  {
    "name": "PARAPART",
    "url": "https://ss.novitate.net",
    "description": "Short Step is an Application for shortcut the flow of sales"
  }
  ],
"screenshots" : [
  {
    "src": "https://ss.novitate.net/images/screenshot/ss_order.png",
    "type": "image/webp",
    "platform": "narrow",
    "label": "Order Preview"
  },
  {
    "src": "https://ss.novitate.net/images/screenshot/ss_order.png",
    "type": "image/webp",
    "platform": "narrow",
    "label": "Part Preview"
  }
],
"icons": [
	{
	  "src": "app/icons/icon-192x192.png",
	  "sizes": "192x192",
	  "type": "image/png",
	  "purpose": "any"
	},
	{
	  "src": "app/icons/icon-512x512.png",
	  "sizes": "512x512",
	  "type": "image/png",
	  "purpose": "maskable"
	}
  ],
  "display_override": [
    "standalone"
  ]
}