summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-09 17:19:06 +0200
committerRaindropsSys <contact@minteck.org>2023-07-09 17:19:06 +0200
commit8a896f6bc2d094bac64a85a4813486e2b4f2cc29 (patch)
treeac253b298d468822e386620a3e5ea6c6991e666d
parentd907bc906d7524d7670387617ee3bc3141e483e1 (diff)
downloadkirinos-8a896f6bc2d094bac64a85a4813486e2b4f2cc29.tar.gz
kirinos-8a896f6bc2d094bac64a85a4813486e2b4f2cc29.tar.bz2
kirinos-8a896f6bc2d094bac64a85a4813486e2b4f2cc29.zip
Updated 2 files (automated)
-rw-r--r--apps/I like mangoes.mpi/index.html2
-rw-r--r--core/desktop/permissions.json60
2 files changed, 31 insertions, 31 deletions
diff --git a/apps/I like mangoes.mpi/index.html b/apps/I like mangoes.mpi/index.html
index 1f48cf5..bf69091 100644
--- a/apps/I like mangoes.mpi/index.html
+++ b/apps/I like mangoes.mpi/index.html
@@ -6,6 +6,6 @@
</head>
<body>
<h1>mango</h1>
- <button onclick="KirinKit._debugPermissions.request([ 'mangoos.permission.SEND_NOTIFICATIONS', 'mangoos.permission.NETWORK_INTERNET' ])">Test</button>
+ <button onclick="KirinKit._debugPermissions.request([ 'kirinos.permission.SEND_NOTIFICATIONS', 'kirinos.permission.NETWORK_INTERNET' ])">Test</button>
</body>
</html> \ No newline at end of file
diff --git a/core/desktop/permissions.json b/core/desktop/permissions.json
index ab6650a..e32cf10 100644
--- a/core/desktop/permissions.json
+++ b/core/desktop/permissions.json
@@ -1,121 +1,121 @@
{
- "mangoos.permission.CAMERA": {
+ "kirinos.permission.CAMERA": {
"name": "Access your camera",
"description": "This application will be able to record video from your camera while it is running."
},
- "mangoos.permission.MICROPHONE": {
+ "kirinos.permission.MICROPHONE": {
"name": "Access your microphone",
"description": "This application will be able to record audio from your microphone will it is running."
},
- "mangoos.permission.SEND_NOTIFICATIONS": {
+ "kirinos.permission.SEND_NOTIFICATIONS": {
"name": "Send and display notifications",
"description": "This application will be able to display notifications and run in the background."
},
- "mangoos.permission.NETWORK_INTERNET": {
+ "kirinos.permission.NETWORK_INTERNET": {
"name": "Access the internet and your local network",
"description": "This application will be able to connect to the internet and devices in your network."
},
- "mangoos.permission.NETWORK_SERVER": {
+ "kirinos.permission.NETWORK_SERVER": {
"name": "Accept incoming connections from other devices",
"description": "This application will be able to act as a server and listen for connections from devices."
},
- "mangoos.permission.SCREEN_CONFIG": {
+ "kirinos.permission.SCREEN_CONFIG": {
"name": "Access the system graphics configuration",
"description": "This application will be able to access information about your graphics and displays."
},
- "mangoos.permission.SIMULATE_INPUT": {
+ "kirinos.permission.SIMULATE_INPUT": {
"name": "Control input devices",
"description": "This application will be able to act as if it was an input device."
},
- "mangoos.permission.USER_SESSION": {
+ "kirinos.permission.USER_SESSION": {
"name": "Manage your user account",
"description": "This application will be able to manage your session and user information."
},
- "mangoos.permission.DISKS_RO": {
+ "kirinos.permission.DISKS_RO": {
"name": "Access the system storage configuration",
"description": "This application will be able to access information about the device's disks."
},
- "mangoos.permission.DISKS_RW": {
+ "kirinos.permission.DISKS_RW": {
"name": "Change the system storage configuration",
"description": "This application will be able to repartition, erase and restore your disks."
},
- "mangoos.permission.STARTUP": {
+ "kirinos.permission.STARTUP": {
"name": "Run when you log in",
"description": "This application will be able to open as soon as you log into this account."
},
- "mangoos.permission.START_DOWNLOADS": {
+ "kirinos.permission.START_DOWNLOADS": {
"name": "Download files to your device",
"description": "This application will be able to start downloads into your downloads folder."
},
- "mangoos.permission.MANAGE_DOWNLOADS": {
+ "kirinos.permission.MANAGE_DOWNLOADS": {
"name": "Manage running downloads",
"description": "This application will be able to access information about all downloads made."
},
- "mangoos.permission.FILES_DOCUMENTS_RO": {
+ "kirinos.permission.FILES_DOCUMENTS_RO": {
"name": "Read your documents",
"description": "This application will be able to read all files in your documents folder."
},
- "mangoos.permission.FILES_MUSIC_RO": {
+ "kirinos.permission.FILES_MUSIC_RO": {
"name": "Read your music",
"description": "This application will be able to read all files in your music folder."
},
- "mangoos.permission.FILES_PICTURES_RO": {
+ "kirinos.permission.FILES_PICTURES_RO": {
"name": "Read your pictures",
"description": "This application will be able to read all files in your pictures folder."
},
- "mangoos.permission.FILES_VIDEOS_RO": {
+ "kirinos.permission.FILES_VIDEOS_RO": {
"name": "Read your videos",
"description": "This application will be able to read all files in your videos folder."
},
- "mangoos.permission.FILES_DOWNLOADS_RO": {
+ "kirinos.permission.FILES_DOWNLOADS_RO": {
"name": "Read your downloaded files",
"description": "This application will be able to read all files in your downloads folder."
},
- "mangoos.permission.FILES_DOCUMENTS_RW": {
+ "kirinos.permission.FILES_DOCUMENTS_RW": {
"name": "Change your documents",
"description": "This application will be able to modify all files in your documents folder."
},
- "mangoos.permission.FILES_MUSIC_RW": {
+ "kirinos.permission.FILES_MUSIC_RW": {
"name": "Change your music",
"description": "This application will be able to modify all files in your music folder."
},
- "mangoos.permission.FILES_PICTURES_RW": {
+ "kirinos.permission.FILES_PICTURES_RW": {
"name": "Change your pictures",
"description": "This application will be able to modify all files in your pictures folder."
},
- "mangoos.permission.FILES_VIDEOS_RW": {
+ "kirinos.permission.FILES_VIDEOS_RW": {
"name": "Change your videos",
"description": "This application will be able to modify all files in your videos folder."
},
- "mangoos.permission.FILES_DOWNLOADS_RW": {
+ "kirinos.permission.FILES_DOWNLOADS_RW": {
"name": "Change your downloaded files",
"description": "This application will be able to modify all files in your downloads folder."
},
- "mangoos.permission.FILES_ALL": {
+ "kirinos.permission.FILES_ALL": {
"name": "Fully access all of your files",
"description": "This application will be able to modify all files in your account."
},
- "mangoos.permission.SYSTEM_SETTINGS_RO": {
+ "kirinos.permission.SYSTEM_SETTINGS_RO": {
"name": "Read secure system settings",
"description": "This application will be able to read advanced system settings."
},
- "mangoos.permission.SYSTEM_SETTINGS_RW": {
+ "kirinos.permission.SYSTEM_SETTINGS_RW": {
"name": "Change secure system settings",
"description": "This application will be able to modify advanced system settings."
},
- "mangoos.permission.AUTOMATION": {
+ "kirinos.permission.AUTOMATION": {
"name": "Control other applications on the system",
"description": "This application will be able to control other applications like it was you."
},
- "mangoos.permission.MANAGE_APPLICATIONS": {
+ "kirinos.permission.MANAGE_APPLICATIONS": {
"name": "Manage applications running on the system",
"description": "This application will be able to open and close other applications on the system."
},
- "mangoos.permission.APPLICATION_STORE": {
+ "kirinos.permission.APPLICATION_STORE": {
"name": "Install, update and uninstall applications",
"description": "This application will be able to install, modify and uninstall non-system applications."
},
- "mangoos.permission.SYSTEM_INFORMATION": {
+ "kirinos.permission.SYSTEM_INFORMATION": {
"name": "Read system information",
"description": "This application will be able to access real-time system information about your hardware."
}