This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
nkmjs.config.json
57 lines (57 loc) · 1.56 KB
/
nkmjs.config.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "steam-game-finder",
"longName": "Steam : Game finder",
"shortName": "GameFinder",
"description": "Steam : Game Finder allows you to find which multiplayer games are shared within a group of steam users",
"homepage": "https://nebukam.github.io/steam-game-finder/",
"app": {
"display": "standalone",
"orientation": "portrait",
"colorTheme": "#1e1e1e",
"theme": "default"
},
"extension": {
"manifest_version": 3,
"popup": {
"width": 800,
"height": 600
},
"display": "standalone",
"permissions": [
"storage"
],
"hostPermissions": [
"%homepage%",
"https://nebukam.github.io/*",
"https://steamcommunity.com/*",
"https://avatars.cloudflare.steamstatic.com/*",
"https://cdn.akamai.steamstatic.com/steamcommunity/public/*",
"https://steamcdn-a.akamaihd.net/steam/apps/*",
"https://cdn.cloudflare.steamstatic.com/steamcommunity/public/*",
"https://steam-game-finder-server.glitch.me/*",
"https://store.steampowered.com/app/*",
"https://ipinfo.io/json"
]
},
"dirs": {},
"builds": [
{
"platform": "www"
},
{
"platform": "pwa"
},
{
"platform": "chrome"
},
{
"platform": "firefox"
},
{
"platform": "edge"
},
{
"platform": "node"
}
]
}