{
	"name": "Minter Explorer - Monster Edition",
	"short_name": "Minter Explorer by Monster",
	"description": "The Monster's club Minter blockchain explorer providing real-time data on blocks, transactions, coins, validators, pools, and nodes.",
	"lang": "en",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"theme_color": "#d15c22",
	"background_color": "#ffffff",
	"icons": [
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"categories": [
		"utilities",
		"productivity",
		"finance",
		"blockchain"
	],
	"shortcuts": [
		{
			"name": "Blocks",
			"short_name": "Blocks",
			"description": "Browse the latest blocks mined on the Minter blockchain.",
			"url": "/blocks"
		},
		{
			"name": "Transactions",
			"short_name": "TXs",
			"description": "Check the latest transactions on the Minter blockchain.",
			"url": "/transactions"
		},
		{
			"name": "Coins",
			"short_name": "Coins",
			"description": "View all coins and tokens on the Minter blockchain.",
			"url": "/coins"
		},
		{
			"name": "Validators",
			"short_name": "Validators",
			"description": "Discover active validators on the Minter network.",
			"url": "/validators"
		},
		{
			"name": "Pools",
			"short_name": "Pools",
			"description": "Explore liquidity pools on Minter blockchain.",
			"url": "/pools"
		}
	]
}