OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "platform app api increase v2", | 2 "name": "platform app api increase v2", |
3 "version": "2", | 3 "version": "2", |
4 "manifest_version": 2, | 4 "manifest_version": 2, |
5 "app": {"background": {"scripts": ["background.js"]}}, | 5 "app": {"background": {"scripts": ["background.js"]}}, |
6 "permissions": [ | 6 "permissions": [ |
7 "http://example.com", | 7 "http://example.com", |
8 "fileSystem", | 8 "fileSystem", |
9 "fileSystem.directory", | |
9 "fileSystem.write" | 10 "fileSystem.write" |
10 ] | 11 ] |
11 } | 12 } |
OLD | NEW |