- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / i18n / cld / manifest.json
1 {
2   "name": "CLD",
3   "description": "Displays the language of a tab",
4   "version": "0.3",
5   "background": {
6     "scripts": ["background.js"]
7   },
8   "browser_action": {
9       "default_name": "Page Language"
10   },
11   "manifest_version": 2
12 }