-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.default.json
62 lines (62 loc) · 1.36 KB
/
config.default.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
58
59
60
61
62
{
"$schema": "config.schema.json",
"notionIntegrationKey": "<secretKey>",
"notionDatabaseId": "<databaseId>",
"updateInterval": 60000,
"steamAppIdProperty": "Steam App ID",
"forceReset": false,
"alwaysUpdate": false,
"gameProperties": {
"gameName": {
"enabled": true,
"notionProperty": "Name",
"isPageTitle": true
},
"coverImage": {
"enabled": true,
"default": "https://cdn.cloudflare.steamstatic.com/store/home/store_home_share.jpg"
},
"gameIcon": {
"enabled": true,
"default": "https://help.steampowered.com/public/shared/images/responsive/share_steam_logo.png"
},
"releaseDate": {
"enabled": true,
"notionProperty": "Release Date"
},
"reviewScore": {
"enabled": true,
"format": "percentage",
"notionProperty": "Review Score"
},
"tags": {
"enabled": true,
"notionProperty": "Tags",
"tagLanguage": "english"
},
"gameDescription": {
"enabled": true,
"notionProperty": "Description"
},
"storePage": {
"enabled": true,
"notionProperty": "Store Page"
},
"gamePrice": {
"enabled": true,
"notionProperty": "Price"
},
"steamDeckCompatibility": {
"enabled": true,
"notionProperty": "Steam Deck Compatibility"
},
"gameDevelopers": {
"enabled": true,
"notionProperty": "Developers"
},
"gamePublishers": {
"enabled": true,
"notionProperty": "Publishers"
}
}
}