OLD | NEW |
1 { | 1 { |
2 "name": "storage info", | 2 "name": "storage info", |
3 "version": "0.1", | 3 "version": "0.1", |
4 "manifest_version": 2, | 4 "manifest_version": 2, |
5 "description": "Test systeminfo.storage API", | 5 "description": "Test systeminfo.storage API", |
6 "permissions": ["experimental"], | 6 "permissions": ["systemInfo.storage", "experimental"], |
7 "app": { | 7 "app": { |
8 "background": { | 8 "background": { |
9 "scripts": ["test_storage_api.js"] | 9 "scripts": ["test_storage_api.js"] |
10 } | 10 } |
11 } | 11 } |
12 } | 12 } |
OLD | NEW |