My Theme (totally not stolen)

I kinda copied from another theme that being: https://addons.mozilla.org/en-US/firefox/addon/pixel-punk-dynamic-theme I just cropped and stretched gif to fit the thingy because it only covered some of it, also slightly changed a few colors that's it
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "My Theme (totally not stolen)",
  "manifest_version": 2,
  "version": "1.0",
  "theme": {
    "images": {
      "theme_frame": "giphy.gif"
    },
    "colors": {
      "frame": "rgba(0, 0, 0, 1)",
      "tab_background_text": "rgba(255, 207, 237, 1)",
      "toolbar": "rgba(10, 12, 33, 0.5)",
      "bookmark_text": "rgba(142, 74, 201, 1)",
      "toolbar_field": "rgba(0, 0, 0, 0.42)",
      "toolbar_field_text": "rgba(142, 74, 201, 1)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{adf90890-4bd0-4f70-8e7c-0ecccf9d8fac}"
    }
  }
}