{
	"name": "Trade Premier League",
	"short_name": "Trade Premier League",
	"description": "Trade Premier League - The ultimate trading challenge platform for competitive trading, portfolio management, and real-time market data.",
	"start_url": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"theme_color": "#000000",
	"background_color": "#F8F8F8",
	"scope": "/",
	"lang": "en",
	"dir": "ltr",
	"categories": ["finance", "business", "productivity"],
	"icons": [
		{
			"src": "img/android-chrome-144x144.png",
			"sizes": "144x144",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "img/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "img/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "img/splashscreen-icon-384x384.png",
			"sizes": "384x384",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"screenshots": [
		{
			"src": "img/screenshot-narrow.png",
			"sizes": "750x1334",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "Trade Premier League - Mobile View"
		}
	],
	"shortcuts": [
		{
			"name": "Trading Terminal",
			"short_name": "Trade",
			"description": "Quick access to Trade Premier League trading terminal",
			"url": "/trading",
			"icons": [
				{
					"src": "img/android-chrome-192x192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "My Challenges",
			"short_name": "Challenges",
			"description": "View your active Trade Premier League challenges",
			"url": "/my-challenges",
			"icons": [
				{
					"src": "img/android-chrome-192x192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		}
	],
	"related_applications": [],
	"prefer_related_applications": false,
	"edge_side_panel": {
		"preferred_width": 400
	},
	"launch_handler": {
		"client_mode": "navigate-existing"
	},
	"handle_links": "preferred",
	"protocol_handlers": [
		{
			"protocol": "web+tpl",
			"url": "/?action=%s"
		}
	],
	"file_handlers": [
		{
			"action": "/",
			"accept": {
				"text/plain": [".txt"],
				"application/json": [".json"]
			}
		}
	],
	"share_target": {
		"action": "/",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	},
	"permissions": ["notifications", "background-sync", "storage"],
	"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
	"iarc_rating_id": "",
	"prefer_related_applications": false,
	"serviceworker": {
		"src": "/sw.js",
		"scope": "/",
		"type": "module"
	}
}
