OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "Platform App Test: window.print() API", | 2 "name": "Platform App Test: reinstall data cleanup", |
3 "version": "1", | 3 "version": "1", |
4 "app": { | 4 "app": { |
5 "background": { | 5 "background": { |
6 "scripts": [ | 6 "scripts": [ |
7 "test.js" | 7 "test.js" |
8 ] | 8 ] |
9 } | 9 } |
10 } | 10 }, |
11 "permissions": [ | |
12 "storage" | |
13 ] | |
11 } | 14 } |
OLD | NEW |