Just Focus

Just Focus

Just Focus is a free chrome theme created with love.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Just Focus",
  "version": "1.1",
  "description": "Just Focus is a free chrome theme created with love.",
  "icons": {
    "16": "images/icones/icon16.png",
    "48": "images/icones/icon48.png",
    "128": "images/icones/icon128.png"
  },
  "author": "Lintz Elliot",
  "theme": {
    "colors": {
      "ntp_background": [
        28,
        44,
        57
      ],
      "bookmark_text": [
        50,
        50,
        50
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        50,
        50,
        50
      ]
    },
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame_inactive.png",
      "theme_frame_incognito": "images/theme_frame_incognito.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background_incognito.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "properties": {
      "ntp_logo_alternate": 1,
      "ntp_background_repeat": "repeat",
      "ntp_background_alignment": "center"
    }
  }
}