summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/examples/api/i18n/cld/manifest.json
blob: f9748388a789d7481526eb17bcee3b9a055b1bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "CLD",
  "description": "Displays the language of a tab",
  "version": "0.1",
  "background_page": "background.html",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
      "default_name": "Page Language"
  }
}