Minimal Battleship

Minimal Battleship

Minimalist Battleship theme for chrome 69+

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.2",
  "name": "Minimal Battleship",
  "description": "Minimalist Battleship theme for chrome 69+",
  "theme": {
    "colors": {
      "frame": [
        165,
        165,
        175
      ],
      "toolbar": [
        200,
        200,
        205
      ],
      "frame_inactive": [
        145,
        145,
        155
      ],
      "background_tab": [
        165,
        165,
        175
      ],
      "background_tab_inactive": [
        145,
        145,
        155
      ],
      "ntp_background": [
        220,
        220,
        225
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_text_inactive": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "tab_background_text_inactive": [
        0,
        0,
        0
      ]
    }
  },
  "icons": {
    "128": "icon128.png"
  }
}