cozy / create-cozy-app

A CLI to bootstrap a "zero-configuration" application for the Cozy V3 platform
https://docs.cozy.io/en/tutorials/app/
MIT License
16 stars 15 forks source link

Template : Site.webmanifest ? #1413

Closed Crash-- closed 3 years ago

Crash-- commented 3 years ago

The template currently refers to a site.webmanifest file : https://github.com/cozy/create-cozy-app/blob/a9f2a5d97fb4abefd5b7e687470317700e0d9936/packages/cozy-scripts/template/app/src/targets/browser/index.ejs#L9

But it seems that this file doesn't exist. It used to be for PWA https://developer.mozilla.org/en-US/docs/Web/Manifest

I think we should create it here https://github.com/cozy/create-cozy-app/tree/master/packages/cozy-scripts/template/app/src/targets/vendor/assets (see an exemple https://github.com/cozy/cozy-notes/blob/master/src/targets/vendor/assets/manifest.json )