- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / lazy_background_page / wait_for_request / manifest.json
1 {
2   "name": "Lazy BG request test",
3   "description": "Test that lazy BG page stays alive until all requests are done",
4   "version": "1",
5   "manifest_version": 2,
6   "permissions": ["tabs"],
7   "background": {
8     "scripts": ["background.js"],
9     "persistent": false
10   }
11 }