summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/theme_hidpi/manifest.json
blob: 01609de4e72a4771bd40aa6ce059cb540a567534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
   "name" : "HighDPI",
   "version" : "1.0",
   "manifest_version" : 2,
   "theme": {
      "images": {
         "theme_frame" : {
           "100" : "images/100_percent/theme_frame.png",
           "200" : "images/200_percent/theme_frame.png"
         },
         "theme_frame_inactive" : {
           "100" : "images/100_percent/theme_frame_inactive.png",
           "200" : "images/200_percent/theme_frame_inactive.png"
         },
         "theme_frame_incognito" : {
           "100" : "images/100_percent/theme_frame_incognito.png"
         },
         "theme_frame_incognito_inactive" :
           "images/100_percent/theme_frame_incognito_inactive.png",
         "theme_toolbar": {
           "100" : "images/100_percent/theme_toolbar.png",
           "200" : "images/200_percent/theme_toolbar.png"
         }
      }
   }
}