{
	"name": "AGROMATE",
	"short_name": "AGROMATE",
	"description": "Smart farm management, activity logging, finances, and agricultural education — works offline",
	"start_url": "./app.html",
	"scope": "./",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#0f172a",
	"theme_color": "#0f172a",
	"categories": [
		"productivity",
		"education",
		"utilities"
	],
	"icons": [
		{
			"src": "assets/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "assets/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"screenshots": [
		{
			"src": "assets/icons/data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 844'><rect width='390' height='844' fill='%23f0fdf4'/><rect y='0' width='390' height='56' fill='%2316a34a'/><text x='195' y='36' text-anchor='middle' fill='white' font-family='system-ui' font-size='18' font-weight='bold'>AgroMate</text><text x='195' y='200' text-anchor='middle' fill='%2316a34a' font-family='system-ui' font-size='48'>🌱</text><text x='195' y='260' text-anchor='middle' fill='%23334155' font-family='system-ui' font-size='16' font-weight='bold'>Farm Management</text><rect x='20' y='300' width='350' height='80' rx='12' fill='white' stroke='%23e2e8f0'/><rect x='20' y='400' width='350' height='80' rx='12' fill='white' stroke='%23e2e8f0'/></svg>",
			"sizes": "390x844",
			"type": "image/svg+xml",
			"form_factor": "narrow",
			"label": "AgroMate Dashboard"
		}
	],
	"shortcuts": [
		{
			"name": "Add Farm",
			"short_name": "New Farm",
			"description": "Create a new farm plot",
			"url": "./app.html#add_farm",
			"icons": [
				{
					"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%2316a34a'/><path d='M48,28V68M28,48H68' stroke='white' stroke-width='6' stroke-linecap='round'/></svg>",
					"sizes": "96x96",
					"type": "image/svg+xml"
				}
			]
		},
		{
			"name": "Log Activity",
			"short_name": "Log",
			"description": "Record a farm activity",
			"url": "./app.html#add_activity",
			"icons": [
				{
					"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%231E40AF'/><path d='M30,66H66M30,48H66M30,30H50' stroke='white' stroke-width='5' stroke-linecap='round'/></svg>",
					"sizes": "96x96",
					"type": "image/svg+xml"
				}
			]
		},
		{
			"name": "Farm Guide",
			"short_name": "Guide",
			"description": "Farming knowledge & tips",
			"url": "./app.html#education",
			"icons": [
				{
					"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%236B21A8'/><path d='M48,30a20,20,0,0,1,20-0V66H48M48,30a20,20,0,0,0-20,0V66H48M48,30V66' stroke='white' stroke-width='5' stroke-linecap='round' fill='none'/></svg>",
					"sizes": "96x96",
					"type": "image/svg+xml"
				}
			]
		}
	],
	"share_target": {
		"action": "./index.html",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	},
	"related_applications": [],
	"prefer_related_applications": false
}
