robot working in delivery

A custom theme for Firefox
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "robot working in delivery",
  "version": "1.1",
  "description": "A custom theme for Firefox",
  "theme": {
    "images": {
      "theme_frame": "images/header.jpg"
    },
    "colors": {
      "toolbar_field": "#ffffff",
      "toolbar_text": "white",
      "icons": "white",
      "tab_background_text": "white",
      "toolbar": "rgba(0, 0, 0, .4)",
      "frame": "#040c1d"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fb63607a-ea2b-4194-92bb-44fc387c80ac}"
    }
  }
}