- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / extensions / irc / app / manifest.json
1 {
2   "name": "Chromium IRC App",
3   "version": "0.1",
4   "app": {
5     "launch" : {
6       "url": "http://localhost:8080"
7     },
8     "origins": ["http://localhost:8080"]
9   },
10   "manifest_version": 2
11 }