{
	"name": "Shinydex",
	"short_name": "Shinydex",
	"description": "Keep track of your shiny Pokémon collection, and share it with friends. Covers up to Pokémon Scarlet & Violet and Pokémon Legends: Z-A.",
	"lang": "en",
	"display": "standalone",
	"launch_handler": {
		"client_mode": "auto"
	},
	"start_url": "./",
	"orientation": "portrait",
	"icons": [
		{
			"src": "./images/app-icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		}, {
			"src": "./images/app-icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}, {
			"src": "./images/app-icons/icon-192-maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		}, {
			"src": "./images/app-icons/icon-512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}, {
			"src": "./images/app-icons/icon-maskable.svg",
			"sizes": "48x48 72x72 96x96 128x128 150x150 256x256 512x512 1024x1024",
			"type": "image/svg+xml",
			"purpose": "any"
		}
	],
	"theme_color": "#222222",
	"background_color": "#222222",
	"shortcuts": [
		{
			"name": "Shiny Pokédex",
			"short_name": "Pokédex",
			"url": "/shinydex/pokedex",
			"description": "List of every shiny Pokémon.",
			"icons": [
				{
					"src": "/shinydex/images/app-icons/shortcuts/pokedex.png",
					"sizes": "96x96"
				}
			]
		},
		{
			"name": "Current hunts",
			"short_name": "Hunts",
			"url": "/shinydex/hunts",
			"description": "Shiny Pokémon you're trying to find.",
			"icons": [
				{
					"src": "/shinydex/images/app-icons/shortcuts/chasses-en-cours.png",
					"sizes": "96x96"
				}
			]
		},
		{
			"name": "Liste d'amis",
			"short_name": "Amis",
			"url": "/shinydex/friends",
			"description": "List of your friends and their shiny Pokémon.",
			"icons": [
				{
					"src": "/shinydex/images/app-icons/shortcuts/partage.png",
					"sizes": "96x96"
				}
			]
		}
	],
	"screenshots" : [
		{
			"src": "/mon-portfolio/projets/shinydex/images/page-home.webp",
			"sizes": "720x1483",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "List of the shiny Pokémon you caught."
		},
		{
			"src": "/mon-portfolio/projets/shinydex/images/page-pokedex.webp",
			"sizes": "720x1483",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "List of every shiny Pokémon."
		},
		{
			"src": "/mon-portfolio/projets/shinydex/images/page-hunts.webp",
			"sizes": "720x1483",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "Shiny Pokémon you're trying to find."
		},
		{
			"src": "/mon-portfolio/projets/shinydex/images/page-friends.webp",
			"sizes": "720x1483",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "List of your friends and their shiny Pokémon."
		},
		{
			"src": "/mon-portfolio/projets/shinydex/preview-pc.webp",
			"sizes": "1416x824",
			"type": "image/webp",
			"form_factor": "wide",
			"label": "List of the shiny Pokémon you caught."
		}
	]
}