{
  "short_name": "Passfindr",
  "name": "Passfindr",
  "description": "Secure Password, Bookmark and Personal Information Manager",
  "scope": "/",
  "start_url": "/app/index.php",
  "display": "standalone",
  "orientation": "any",
  "categories": ["productivity", "security", "personalization"],
  "theme_color": "#f5f5f5",
  "background_color": "#f5f5f5",
  "icons": [
    {
      "src": "/app/images/maskable-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
	{
      "src": "/app/images/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share/",
	"method": "GET",
	"enctype" : "application/x-www-form-urlencoded",
    "params": {
      "title": "name",
      "text": "description",
      "url": "uri"
    }
  }
}
