{
	"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.30/MicrosoftTeams.schema.json",
	"manifestVersion": "1.30",
	"version": "1.0.0",
	"accentColor": "#2361B0",
	"description": {
		"short": "Synthetic Agent Workbench practice package",
		"full": "A wholly synthetic package for rehearsing a local review and repair loop."
	},
	"id": "00000000-0000-4000-8000-0000000000A1",
	"developer": {
		"name": "Synthetic Publisher",
		"websiteUrl": "https://example.invalid/agent-workbench",
		"privacyUrl": "https://example.invalid/privacy",
		"termsOfUseUrl": "https://example.invalid/terms"
	},
	"name": {
		"short": "Workbench Practice",
		"full": "Agent Workbench Practice Package"
	},
	"icons": {
		"color": "color.png",
		"outline": "outline.png"
	},
	"validDomains": ["*.example.invalid", "preview.example.invalid"],
	"copilotAgents": {
		"declarativeAgents": [
			{
				"id": "00000000-0000-4000-8000-0000000000A2",
				"file": "declarativeAgent.json"
			}
		]
	}
}
