first commit

This commit is contained in:
Vyn 2024-08-04 21:00:15 +02:00
commit 8a543a4a5a
13 changed files with 9621 additions and 0 deletions

7
extension/utils.js Normal file
View file

@ -0,0 +1,7 @@
function log(data) {
console.log(`[cg-sync] ${data}`)
}
function debug(data) {
console.debug(`[cg-sync] ${data}`)
}