- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / devtools / panels / chrome-query / manifest.json
1 {
2   "name": "Chrome Query",
3   "version": "1.1",
4   "description": "Extends the Developer Tools, adding a sidebar that displays the jQuery data associated with the selected DOM element.",
5   "devtools_page": "devtools.html",
6   "manifest_version": 2
7 }