diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..1870247 --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + diff --git a/manifest.webapp b/manifest.webapp index 71473a5..43cace2 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -2,14 +2,14 @@ "name": "cozy-data-proxy", "slug": "dataproxy", "icon": "icon.svg", - "categories": [], + "categories": ["cozy"], "version": "0.1.0", "licence": "AGPL-3.0", - "editor": "", - "source": "https://github.com/cozy/cozy-web-data-proxy.git@build", + "editor": "Cozy", + "source": "https://github.com/cozy/cozy-web-data-proxy", "developer": { "name": "cozy", - "url": "" + "url": "https://cozy.io" }, "routes": { "/": { diff --git a/rsbuild.config.ts b/rsbuild.config.ts index 121e3d1..fa6a734 100644 --- a/rsbuild.config.ts +++ b/rsbuild.config.ts @@ -46,6 +46,9 @@ export default defineConfig({ }, { from: 'LICENSE' + }, + { + from: 'icon.svg' } ], })