{ "description": "Theme using an animated PNG file as the theme_frame image. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#themes", "manifest_version": 2, "name": "animated", "version": "1.1", "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/themes/animated", "theme": { "images": { "theme_frame": "parrot.png" }, "colors": { "frame": "#ffffff", "tab_text": "#000" } } }