- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / lazy_background_page / on_installed / manifest.json
1 {
2   "name": "Lazy BG onInstalled test",
3   "description": "Test that the onInstalled event is handled properly",
4   "version": "1",
5   "manifest_version": 2,
6   "permissions": ["tabs"],
7   "background": {
8     "scripts": ["background.js"],
9     "persistent": false
10   }
11 }