- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / runtime / uninstall_url / sets_uninstall_url / manifest.json
1 {
2   "name": "Sets Uninstall Url",
3   "version": "1",
4   "manifest_version": 2,
5   "description": "Test extension that sets an uninstall URL.",
6   "background": {
7     "scripts": ["bg.js"]
8   }
9 }