Internet Explorer 5

Internet Explorer 5

Theme to mimic Internet Explorer 5 for Macintosh. Based on Iceler's IE5 Mac theme, but with specified toolbar color.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Internet Explorer 5",
  "manifest_version": 2,
  "version": "3.0",
  "theme": {
    "images": {
      "theme_frame": "stripeslong.png"
    },
    "colors": {
      "frame": "rgba(229, 230, 232, 1)",
      "tab_background_text": "rgba(0, 0, 0, 1)",
      "toolbar": "rgba(60, 144, 180, 1)",
      "bookmark_text": "rgba(255, 255, 255, 1)",
      "toolbar_field": "rgba(255, 255, 255, 1)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7094a733-3269-44b3-967a-9134c1c4b73e}"
    }
  }
}