Fresh Yellow

Fresh Yellow

The freshest theme for your browser 🍋

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2",
  "name": "Fresh Yellow",
  "description": "The freshest theme for your browser 🍋",
  "manifest_version": 2,
  "icons": {
    "128": "images/128x128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        253,
        216,
        53
      ],
      "toolbar": [
        253,
        216,
        53
      ],
      "bookmark_text": [
        45,
        45,
        45
      ],
      "tab_background_text": [
        80,
        80,
        80
      ]
    },
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        -1,
        0.5,
        0.6
      ]
    }
  }
}