Files
webextensions-examples/themes/animated/manifest.json
2017-07-20 14:52:32 -07:00

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"
}
}
}