summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/browser/addons/browser_theme/manifest.json
blob: 7a399ddc170fe27a50f183c202ae5d585bf40d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "manifest_version": 2,

  "name": "Theme test",
  "version": "1.0",

  "browser_specific_settings": {
    "gecko": {
      "id": "theme@tests.mozilla.org"
    }
  },

  "theme": {
    "images": {
      "theme_frame": "testImage.png"
    },
    "colors": {
      "frame": "#000000",
      "tab_background_text": "#ffffff"
    }
  }
}