Playstation 5 Theme

Playstation 5 Theme

For PlayStation 5 I'm releasing this unofficial theme I developed while working at Sony for my work browser :D

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.0",
  "manifest_version": 3,
  "name": "Playstation 5 Theme",
  "description": "For PlayStation 5 I'm releasing this unofficial theme I developed while working at Sony for my work browser :D",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "wallpaper.png"
    },
    "colors": {
      "frame": [
        23,
        62,
        135
      ],
      "toolbar": [
        34,
        146,
        223
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        0,
        120,
        200
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_background": [
        34,
        146,
        223
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        34,
        146,
        223
      ],
      "tab_background_text_inactive": [
        0,
        0,
        0
      ],
      "button_background": [
        166,
        168,
        170
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        34,
        146,
        223
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ],
      "tabs": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "stretch bottom"
    }
  }
}