summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/buildbot/manifest.json
blob: a4020670cb897e183beb4f8f6d832e626e8e0217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "Chromium Buildbot Monitor",
  "version": "0.7",
  "description": "Displays the status of the Chromium buildbot in the extension toolstrip. On hover, expands to give more detail about each bot.",
  "icons": { "128": "icon.png" },
  "background_page": "bg.html",
  "permissions": [
    "http://build.chromium.org/",
    "http://chromium-status.appspot.com/",
    "http://chrome-buildbot.corp.google.com/"
  ],
  "browser_action": {
    "default_title": "",
    "default_icon": "chromium.png",
    "popup": "popup.html"
  }
}