Skip to content

Commit

Permalink
Add autostart and singleton properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hacklover committed Oct 2, 2020
1 parent da5d9b0 commit a703df9
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions client/module.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "todo",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/hacklover/owd-todo",
"author": {
"name": "hacklover",
"url": "https://hacklover.net"
},
"version": "1.2.0",
"singleton": true,
"autostart": true,
"commands": true,
"windows": [
{
Expand All @@ -21,10 +17,16 @@
"noWindowContent": true,
"width": 480,
"height": 320,
"x": -1,
"x": 0,
"y": 0,
"z": 0
}
}
]
],
"license": "MIT",
"homepage": "https://github.com/hacklover/owd-iframe",
"author": {
"name": "hacklover",
"url": "https://hacklover.net"
}
}

0 comments on commit a703df9

Please sign in to comment.