OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "version": "0.1", | |
3 "name": "SystemInfo APIs", | |
4 "permissions": ["experimental"], | |
5 "manifest_version": 2, | |
6 "description": "Show disk capacity via SystemInfo API", | |
7 "app": { | |
8 "launch": { | |
9 "local_path": "index.html" | |
10 } | |
11 } | |
12 } | |
OLD | NEW |