Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyan-2048 committed Dec 14, 2022
1 parent 9af4b0a commit be7d28f
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions src/assets/manifest.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"version": "2.0.8",
"name": "Sveltecord",
"description": "Discord Client for KaiOS written in svelte.",
"launch_path": "/index.html",
"icons": {
"56": "/css/56px.png",
"112": "/css/112px.png"
},
"developer": {
"name": "Cyan",
"url": "https://github.com/cyan-2048/Discord4KaiOS"
},
"origin": "app://sveltecord.cyankindasus.com",
"type": "privileged",
"permissions": {
"systemXHR": {
"description": "Required to access Discord's Server"
},
"video-capture": {
"description": "Reading Codes using the Camera"
},
"desktop-notification": {}
},
"installs_allowed_from": ["*"],
"locales": {
"en-US": {
"name": "Sveltecord",
"subtitle": "Discord Client for KaiOS",
"description": "Sveltecord is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Discord™, or any of its subsidiaries or its affiliates."
}
},
"default_locale": "en"
"version": "2.0.9",
"name": "Sveltecord",
"description": "Discord Client for KaiOS written in svelte.",
"launch_path": "/index.html",
"icons": {
"56": "/css/56px.png",
"112": "/css/112px.png"
},
"developer": {
"name": "Cyan",
"url": "https://github.com/cyan-2048/Discord4KaiOS"
},
"origin": "app://sveltecord.cyankindasus.com",
"type": "privileged",
"permissions": {
"systemXHR": {
"description": "Required to access Discord's Server"
},
"video-capture": {
"description": "Reading Codes using the Camera"
},
"desktop-notification": {}
},
"installs_allowed_from": ["*"],
"locales": {
"en-US": {
"name": "Sveltecord",
"subtitle": "Discord Client for KaiOS",
"description": "Sveltecord is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Discord™, or any of its subsidiaries or its affiliates."
}
},
"default_locale": "en"
}

0 comments on commit be7d28f

Please sign in to comment.