Nha cai HL8

Nha cai HL8

The interface is inspired by Nha cai HL8

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.8.9",
  "manifest_version": 3,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/16.png",
    "128": "images/128.png"
  },
  "default_locale": "vi",
  "theme": {
    "colors": {
      "frame": [
        90,
        120,
        50
      ],
      "ntp_background": [
        180,
        200,
        190
      ],
      "ntp_link": [
        240,
        240,
        240
      ],
      "ntp_section": [
        100,
        100,
        50
      ],
      "ntp_text": [
        100,
        110,
        50
      ],
      "toolbar": [
        220,
        220,
        220
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame_camo.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_toolbar": "images/theme_toolbar_camo.png"
    },
    "tints": {
      "buttons": [
        0.1,
        0.2,
        0.2
      ]
    },
    "properties": {
      "ntp_background_alignment": "center bottom",
      "ntp_background_repeat": "repeat-x"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.jpeg",
        "images/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}