fix: quote skeleton

This commit is contained in:
alexsparkes
2022-07-24 23:47:45 +01:00
parent c0166ceb0b
commit 1a0ae2f59b
2 changed files with 58 additions and 20 deletions

View File

@@ -0,0 +1,46 @@
{
"achievements": [
{
"name": "10/10 IGN",
"description": "Opened 10 tabs",
"condition": {
"tabsOpened": "10"
}
},
{
"name": "Thank you",
"description": "Opened 39 tabs",
"condition": {
"tabsOpened": 39
}
},
{
"name": "Seasoning",
"description": "Opened 100 tabs",
"condition": {
"tabsOpened": 100
}
},
{
"name": "Mr Worldwide",
"description": "Opened 305 tabs",
"condition": {
"tabsOpened": 305
}
},
{
"name": "Average linux user",
"description": "Installed an add-on",
"condition": {
"addonInstall": 1
}
},
{
"name": "Fully riced",
"description": "Installed 5 add-ons",
"condition": {
"addonInstall": 5
}
}
]
}