Animal Crossing NH

Animal Crossing NH

A Google Chrome theme inspired by Animal Crossing New Horizons. I have never made a theme before but there was a lack of AC themes,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Animal Crossing NH",
  "version": "1.0",
  "description": "",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.jpeg",
      "theme_toolbar": "images/theme_toolbar.jpeg",
      "theme_tab_background": "images/theme_tab_background.jpeg",
      "theme_frame_overlay": "images/theme_frame_overlay.jpeg"
    },
    "colors": {
      "frame": [
        235,
        176,
        113
      ],
      "toolbar": [
        139,
        203,
        163
      ],
      "tab_text": [
        155,
        155,
        155
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        60,
        64,
        67
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.44
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}