mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
20 lines
482 B
JSON
Executable File
20 lines
482 B
JSON
Executable File
{
|
|
|
|
"description": "Theme using an animated PNG file as the headerURL image. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#themes",
|
|
"manifest_version": 2,
|
|
"name": "animated",
|
|
"version": "1.0",
|
|
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/themes/animated",
|
|
|
|
"theme": {
|
|
"images": {
|
|
"headerURL": "parrot.png"
|
|
},
|
|
|
|
"colors": {
|
|
"accentcolor": "#ffffff",
|
|
"textcolor": "#000"
|
|
}
|
|
}
|
|
}
|