Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / activity_log_app / manifest.json
1 {
2   "name": "Activity Log Test APP",
3   "description": "Used to test Activity Log with an app",
4   "version": "0.1",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "bluetooth": {}
11 }