Added new pages, and added user approval and login to external services (Still need to add service tokens)

This commit is contained in:
2025-12-23 22:06:29 +00:00
parent 5fef4ac7c8
commit 43736d68bb
11 changed files with 2202 additions and 8 deletions

7
config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"permissionDetails":{
"readAccountData":["Access your profile information","Name, email, and account details"],
"storeAppData":["Stora data in your account","Store data affiliated with you"],
"getAppData":["Read app data","Read data set by this app affiliated with you"]
}
}