Profiles can now have avatars

This commit is contained in:
mauro-balades
2024-04-02 12:35:44 +02:00
parent 821d8181b8
commit 49f539cf14
19 changed files with 410 additions and 8 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "core",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "gluon build",
"start": "gluon run",
"import": "gluon import",
"export": "gluon export",
"init": "python3 init-browser.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zen-browser/core.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zen-browser/core/issues"
},
"homepage": "https://github.com/zen-browser/core#readme"
}