-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Barely no change besides a change to `user.data.character` and the manifest.
- Loading branch information
Showing
2 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
{ | ||
"id": "party-overview", | ||
"name": "party-overview", | ||
"title": "Party Overview", | ||
"description": "Provides an instant overview about vital stats of the players active in the current scene", | ||
"version": "2.6.0", | ||
"author": "Matheus Clemente (mclemente#5524), Sebastian Will ([email protected]), Chris Wachal (Zamrod#9326)", | ||
"version": "2.14", | ||
"minimumCoreVersion": "0.8.9", | ||
"compatibleCoreVersion": "9", | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
|
@@ -33,11 +32,28 @@ | |
"path": "lang/ja.json" | ||
} | ||
], | ||
"esmodules": ["./party-overview.js"], | ||
"styles": ["./style/party-overview.css"], | ||
"packs": [], | ||
"esmodules": ["party-overview.js"], | ||
"styles": ["style/party-overview.css"], | ||
"url": "http://github.com/mclemente/party-overview", | ||
"bugs": "http://github.com/mclemente/party-overview/issues", | ||
"manifest": "http://github.com/mclemente/party-overview/releases/latest/download/module.json", | ||
"download": "http://github.com/mclemente/party-overview/releases/latest/download/module.zip" | ||
"manifest": "https://github.com/mclemente/party-overview/releases/latest/download/module.json", | ||
"download": "https://github.com/mclemente/party-overview/releases/latest/download/module.zip", | ||
"authors": [ | ||
{ | ||
"name": "Matheus Clemente", | ||
"discord": "mclemente#5524" | ||
}, | ||
{ | ||
"name": "Sebastian Will", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Chris Wachal", | ||
"discord": "Zamrod#9326" | ||
} | ||
], | ||
"compatibility": { | ||
"minimum": "0.8.9", | ||
"verified": "10.273" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters