-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 874 Bytes
/
package.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
26
27
28
29
30
31
32
{
"name": "insomnia-plugin-theme-tokyo-night",
"version": "1.0.8",
"description": "Tokyo Night theme for Insomnia",
"homepage": "https://github.com/pokedotdev/tokyo-night-insomnia",
"repository": "https://github.com/pokedotdev/tokyo-night-insomnia.git",
"main": "index.js",
"insomnia": {
"name": "tokyo-night-theme",
"displayName": "Tokyo Night Theme",
"description": "Tokyo Night theme for Insomnia",
"images": {
"icon": "./images/icon.svg",
"cover": "./images/cover.png"
},
"publisher": {
"name": "pokedotdev",
"icon": "https://avatars.githubusercontent.com/u/40857565?v=4"
}
},
"keywords": [
"tokyonight",
"theme",
"insomnia",
"insomnia-plugin"
],
"bugs": {
"url": "https://github.com/pokedotdev/tokyo-night-insomnia/issues"
},
"author": "pokedotdev",
"license": "MIT"
}