mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
20 lines
491 B
JSON
20 lines
491 B
JSON
{
|
|
|
|
"description": "Theme using a PNG as the headerURL image, employing a faded edge. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#themes",
|
|
"manifest_version": 2,
|
|
"name": "weta_fade",
|
|
"version": "1.0",
|
|
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/themes/weta_fade",
|
|
|
|
"theme": {
|
|
"images": {
|
|
"headerURL": "weta.png"
|
|
},
|
|
|
|
"colors": {
|
|
"accentcolor": "#adb09f",
|
|
"textcolor": "#000"
|
|
}
|
|
}
|
|
}
|