mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
25 lines
645 B
JSON
Executable File
25 lines
645 B
JSON
Executable File
{
|
|
|
|
"description": "Theme using multiple additional_backgrounds images. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#themes",
|
|
"manifest_version": 2,
|
|
"name": "weta_mirror",
|
|
"version": "1.0",
|
|
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/themes/weta_mirror",
|
|
|
|
"theme": {
|
|
"images": {
|
|
"headerURL": "empty.png",
|
|
"additional_backgrounds": [ "weta.png", "weta-left.png"]
|
|
},
|
|
|
|
"properties": {
|
|
"additional_backgrounds_alignment": [ "right top" , "left top" ]
|
|
},
|
|
|
|
"colors": {
|
|
"accentcolor": "#adb09f",
|
|
"textcolor": "#000"
|
|
}
|
|
}
|
|
}
|