Animal Crossing: New Horizons Theme

Animal Crossing: New Horizons Theme

Animal Crossing: New Horizons Theme WallPaper for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.1",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icons/icon16.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "author": "Seiri",
  "theme": {
    "colors": {
      "frame": [
        248,
        248,
        240
      ],
      "toolbar": [
        214,
        235,
        212
      ],
      "toolbar_text": [
        0,
        0,
        0
      ],
      "toolbar_button_icon": [
        0,
        0,
        0
      ],
      "ntp_background": [
        248,
        248,
        240
      ],
      "omnibox_background": [
        255,
        255,
        255,
        0.5
      ],
      "omnibox_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "button_background": [
        213,
        180,
        148,
        0.5
      ],
      "background_tab": [
        95,
        158,
        213
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/theme_ntp_background.jpg"
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}