Skip to content

Commit 5556540

Browse files
draw: better MANIFEST.JSON
1 parent f2e3e79 commit 5556540

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "CPU Tester",
2+
"name": "Draw",
33
"publisher": "ACME Inc",
4-
"short_description": "Testing the CPU speed",
5-
"long_description": "Experimentally determines how many idle loops and sha256-hashing loops the CPU can perform per second.",
6-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk_icon_64x64.png",
7-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk",
8-
"fullname": "com.example.cputest",
4+
"short_description": "Simple drawing app",
5+
"long_description": "Draw simple shapes on the screen.",
6+
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk_icon_64x64.png",
7+
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk",
8+
"fullname": "com.example.draw",
99
"version": "0.0.1",
10-
"entrypoint": "assets/cputest.py",
11-
"category": "benchmarking"
10+
"entrypoint": "assets/draw.py",
11+
"category": "art"
1212
}
1313

0 commit comments

Comments
 (0)