OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "Platform App Test: <appview>", | 2 "name": "Platform App Test: <appview>", |
3 "version": "2", | 3 "version": "2", |
4 "manifest_version": 2, | |
4 "permissions": [ | 5 "permissions": [ |
5 "appview" | 6 "appview" |
6 ], | 7 ], |
7 "app": { | 8 "app": { |
8 "background": { | 9 "background": { |
9 "scripts": ["test.js"] | 10 "scripts": ["test.js"] |
10 } | 11 } |
11 } | 12 } |
12 } | 13 } |
OLD | NEW |