diff --git a/manifest.webapp b/manifest.webapp index ace2ba771aa87143334f15f0afe2bacb0dce0333..04180fcb022e20dcf067d20ef2a974b6a234859a 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -21,6 +21,13 @@ "public": false } }, + "service": { + "monthlySummary": { + "type": "node", + "file": "monthlySummary.js", + "trigger": "@cron 0 0 * * * *" + } + }, "permissions": { "apps": { "description": "Requis par cozy-bar pour afficher les icônes de l'application", diff --git a/src/targets/services/monthlySummary.js b/src/targets/services/monthlySummary.js new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391