Hatsune Miku Theme 1920x1080

Vocaloid Hatsune Miku Theme 1920x1080
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "manifest_version": 2,
  "name": "Hatsune Miku Theme 1920x1080",
  "description": "Vocaloid Hatsune Miku Theme 1920x1080",
  "icons": {
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "theme": {
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_ntp_background": "theme_ntp_background.png"
    },
    "colors": {
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        25,
        25,
        25
      ],
      "bookmark_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.608,
        0.79,
        0.66
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "repeat"
    }
  }
}