- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / crazy_extension / manifest.json
1 {
2   "name": "Crazy extension",
3   "description": "Extension that does crazy things. Meaningful results usually just mean a lack of crashing.",
4   "version": "1.0",
5   "manifest_version": 2,
6   "background": {"scripts": ["background.js"]}
7 }