Browse Source

Update build for MyLittleTools

v1
Andrew Belt 5 years ago
parent
commit
d6736e1e04
1 changed files with 12 additions and 4 deletions
  1. +12
    -4
      manifests/MyLittleTools.json

+ 12
- 4
manifests/MyLittleTools.json View File

@@ -1,20 +1,28 @@
{ {
"slug": "MyLittleTools", "slug": "MyLittleTools",
"name": "MyLittleTools", "name": "MyLittleTools",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT", "license": "MIT",
"author": "digitalhappens.de", "author": "digitalhappens.de",
"authorEmail": "vandelay@digitalhappens.de", "authorEmail": "vandelay@digitalhappens.de",
"authorUrl": "https://github.com/digitalhappens", "authorUrl": "https://github.com/digitalhappens",
"pluginUrl": "https://github.com/digitalhappens/MyLittleTools", "pluginUrl": "https://github.com/digitalhappens/MyLittleTools",
"manualUrl": "https://github.com/digitalhappens/MyLittleTools",
"manualUrl": "https://www.youtube.com/watch?v=BCSQwT4ZiHU",
"sourceUrl": "https://github.com/digitalhappens/MyLittleTools", "sourceUrl": "https://github.com/digitalhappens/MyLittleTools",
"donateUrl": "",
"donateUrl": "https://paypal.me/digitalhappens",
"modules": [ "modules": [
{ {
"slug": "MyLittleFavorites", "slug": "MyLittleFavorites",
"name": "MyLittleFavorites", "name": "MyLittleFavorites",
"description": "favorite module handling",
"description": "favorite module handling, with state saving and loading",
"tags": [
"utility"
]
},
{
"slug": "MyLittleTags",
"name": "MyLittleTags",
"description": "browse modules by tags the old way (without screenshots)",
"tags": [ "tags": [
"utility" "utility"
] ]


Loading…
Cancel
Save