Skip to content

Commit

Permalink
Site changes [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
defold-services committed Dec 30, 2024
1 parent 8496f29 commit fe7f733
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
54 changes: 28 additions & 26 deletions assets/squid.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
{
"name":"Squid",
"description":"Squid is a standalone injectable system for saveable logging of user logs, errors and crashes for Defold",
"license":"MIT",
"author":"Paweł Jarosz",
"library_url":"https://github.com/paweljarosz/squid/archive/refs/tags/1.0.zip",
"project_url":"https://github.com/paweljarosz/squid",
"forum_url":"https://forum.defold.com/t/squid-saveable-logging-of-user-data-errors-and-crashes-for-defold/79296",
"website_url":"",
"platforms":[
"android",
"ios",
"macos",
"windows",
"linux",
"html5"
],
"tags":[
"security",
"system",
"tools",
"util"
],
"images":{
"hero":"squid-hero.jpg",
"thumb":"squid-thumb.jpg"
}
"author": "Pawe\u0142 Jarosz",
"description": "Squid is a standalone injectable system for saveable logging of user logs, errors and crashes for Defold",
"forum_url": "https://forum.defold.com/t/squid-saveable-logging-of-user-data-errors-and-crashes-for-defold/79296",
"images": {
"hero": "squid-hero.jpg",
"thumb": "squid-thumb.jpg"
},
"library_url": "https://github.com/paweljarosz/squid/archive/refs/tags/1.0.zip",
"license": "MIT",
"name": "Squid",
"platforms": [
"android",
"ios",
"macos",
"windows",
"linux",
"html5"
],
"project_url": "https://github.com/paweljarosz/squid",
"stars": 2,
"tags": [
"security",
"system",
"tools",
"util"
],
"timestamp": 1735548266.0,
"website_url": ""
}
2 changes: 1 addition & 1 deletion assets/tiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Linux"
],
"project_url": "https://github.com/bjorn/tiled",
"stars": 11346,
"stars": 11347,
"tags": [
"Tools"
],
Expand Down

0 comments on commit fe7f733

Please sign in to comment.