-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
manifest.json
25 lines (25 loc) · 830 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"id": "net.saltssaumure.piOS",
"name": "piOS",
"description": "A SUPERHOT piOS inspired theme. See GitHub for customisation options.",
"author": {
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "9.7.3",
"updater": {
"type": "store",
"id": "net.saltssaumure.piOS"
},
"license": "AGPL-3.0-or-later",
"type": "replugged-theme",
"main": "scss/pios.scss",
"source": "https://github.com/Saltssaumure/pios-discord-theme",
"image": [
"https://saltssaumure.github.io/pios-discord-theme/preview/dark.png",
"https://saltssaumure.github.io/pios-discord-theme/preview/light.png",
"https://saltssaumure.github.io/pios-discord-theme/preview/cosy.png",
"https://saltssaumure.github.io/pios-discord-theme/preview/compact.png"
]
}