48MI Jones Theme

48MI Jones Theme

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.7",
  "name": "48MI Jones Theme",
  "short_name": "48MI Theme",
  "description": "",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png",
      "theme_tab_background": "images/tab.png"
    },
    "icons": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "colors": {
      "ntp_link": [
        168,
        168,
        168
      ],
      "ntp_text": [
        168,
        168,
        168
      ],
      "ntp_section_link": [
        168,
        168,
        168
      ],
      "ntp_section_text": [
        168,
        168,
        168
      ],
      "ntp_background": [
        67,
        67,
        67
      ],
      "frame": [
        168,
        168,
        168
      ],
      "toolbar": [
        67,
        67,
        67
      ],
      "tab_text": [
        168,
        168,
        168
      ],
      "tab_background_text": [
        67,
        67,
        67
      ],
      "bookmark_text": [
        168,
        168,
        168
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}