{
	"id": "/",
	"name": "Gryf — Notes souveraines",
	"short_name": "Gryf",
	"description": "La simplicité de Google Keep, la beauté d'une app Apple, la sécurité d'un coffre-fort numérique européen.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"theme_color": "#7C3AED",
	"background_color": "#0C0F10",
	"icons": [
		{
			"src": "/icons/icon-72.png",
			"sizes": "72x72",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-96.png",
			"sizes": "96x96",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-144.png",
			"sizes": "144x144",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-192-maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/icon-384.png",
			"sizes": "384x384",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Nouvelle note",
			"short_name": "Note",
			"url": "/notes?action=create",
			"icons": [
				{
					"src": "/icons/icon-96.png",
					"sizes": "96x96"
				}
			]
		},
		{
			"name": "Rechercher",
			"short_name": "Recherche",
			"url": "/search"
		}
	],
	"share_target": {
		"action": "/notes?action=share",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url",
			"files": [
				{
					"name": "media",
					"accept": [
						"image/jpeg",
						"image/png",
						"image/webp",
						"image/gif",
						"audio/webm",
						"audio/ogg"
					]
				}
			]
		}
	},
	"screenshots": [
		{
			"src": "/screenshots/desktop-notes.png",
			"sizes": "1440x900",
			"type": "image/png",
			"form_factor": "wide",
			"label": "Desktop notes dashboard with Lumina Glass design"
		},
		{
			"src": "/screenshots/mobile-notes.png",
			"sizes": "375x667",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "Mobile notes dashboard"
		}
	],
	"prefer_related_applications": false,
	"categories": ["productivity", "utilities"],
	"lang": "fr",
	"dir": "ltr"
}
