File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
internal_filesystem/apps/com.example.draw/META-INF Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments