- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / lazy_background_page / broadcast_event / manifest.json
1 {
2   "name": "Stegosaurus!",
3   "description": "Warn the user when a stegosaurus might be present.",
4   "version": "1",
5   "manifest_version": 2,
6   "permissions": ["tabs"],
7   "background": {
8     "scripts": ["background.js"],
9     "persistent": false
10   },
11   "icons": {"48": "icon48.png"},
12   "page_action": {
13     "default_icon": "icon19.png",
14     "default_title": "Lookout for the stegosaurus!"
15   }
16 }