Home | History | Annotate | Download | only in cld
      1 {
      2   "name": "CLD",
      3   "description": "Displays the language of a tab",
      4   "version": "0.1",
      5   "background_page": "background.html",
      6   "permissions": [
      7     "tabs"
      8   ],
      9   "browser_action": {
     10       "default_name": "Page Language"
     11   }
     12 }
     13