Home | History | Annotate | Download | only in cld
      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 }
     13