Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / theme_hidpi / manifest.json
blobd1cd16c07816bdb5ebf6a2f1024978d2284a6ec3
2    "name" : "HighDPI",
3    "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDh+ndFpTRdmV69ZOwIFiHaPRSij7jDI/010cI1wqxHOZYc9TK5LdWbuPkQV1dGMNhfIltfYfEjcRxHerJKU72RZSyMpGd8Kvw2vnqws9pfjTMBGD9U0J+kNx3S+tawjM1jRkx0+WGSTISTd92hudOdrZcrtjeetixSiQDJu0++MQIDAQAB",
4    "version" : "1.0",
5    "manifest_version" : 2,
6    "theme": {
7       "images": {
8          "theme_frame" : {
9            "100" : "images/100_percent/theme_frame.png",
10            "200" : "images/200_percent/theme_frame.png"
11          },
12          "theme_frame_inactive" : {
13            "100" : "images/100_percent/theme_frame_inactive.png",
14            "200" : "images/200_percent/theme_frame_inactive.png"
15          },
16          "theme_frame_incognito" : {
17            "100" : "images/100_percent/theme_frame_incognito.png"
18          },
19          "theme_frame_incognito_inactive" :
20            "images/100_percent/theme_frame_incognito_inactive.png",
21          "theme_toolbar": {
22            "100" : "images/100_percent/theme_toolbar.png",
23            "200" : "images/200_percent/theme_toolbar.png"
24          }
25       }
26    }