- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / browserAction / set_icon_path / manifest.json
1 {
2   "name": "A browser action which changes its icon when clicked",
3   "description": "Change browser action color when its icon is clicked",
4   "version": "1.2",
5   "background": { "scripts": ["background.js"] },
6   "browser_action": {
7       "name": "Click to change the icon's color"
8   },
9   "manifest_version": 2
10 }