contracts/apps/vault/manifest.json
2019-06-26 17:36:11 +01:00

11 lines
219 B
JSON

{
"name": "Application",
"description": "An application for Aragon",
"icons": [{
"src": "/dist/images/icon.png",
"sizes": "192x192"
}],
"start_url": "/dist/index.html",
"script": "/dist/script.js"
}