Twenty's Springy Month

Twenty's Springy Month

His name is Mr. Twenty The Dog. He is so beautiful! <3 Designed by Ale. Made custom for Ale by Denise. She has a Microsoft Surface…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twenty's Springy Month",
  "version": "1.0",
  "description": "",
  "manifest_version": 3,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        255,
        204,
        199
      ],
      "toolbar": [
        209,
        247,
        153
      ],
      "tab_text": [
        27,
        65,
        37
      ],
      "tab_background_text": [
        48,
        25,
        52
      ],
      "bookmark_text": [
        38,
        36,
        23
      ],
      "ntp_background": [
        98,
        149,
        55
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "button_background": [
        48,
        25,
        52,
        1
      ],
      "toolbar_button_icon": [
        143,
        189,
        235
      ]
    },
    "tints": {
      "buttons": [
        0.58,
        0.7,
        0.74
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}