Test Theme 2021

Test Theme 2021

Specifying your item’s language will help users find it. If you support multiple languages, then you sh 811

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "202.1",
  "version_name": "Theme 202.1",
  "name": "Test Theme 2021",
  "manifest_version": 2,
  "icons": {
    "128": "128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        71,
        105,
        91
      ],
      "toolbar": [
        207,
        221,
        192
      ],
      "ntp_text": [
        20,
        40,
        0
      ],
      "ntp_link": [
        36,
        70,
        0
      ],
      "ntp_section": [
        207,
        221,
        192
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    }
  }
}