Examine source code of Panda buddy

Inspect and view changes in Panda buddy source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "version": "1.0.0",
  "manifest_version": 3,
  "name": "__MSG_themeName__",
  "default_locale": "en_US",
  "description": "Enjoy the beauty of Chinese ink painting with this browser theme featuring your panda buddy. This cute and shy panda will...",
  "theme": {
    "images": {
      "theme_ntp_background": "wallpaper.png"
    },
    "colors": {
      "frame": [
        107,
        110,
        121
      ],
      "toolbar": [
        69,
        74,
        80
      ],
      "vertical_frame": [
        69,
        74,
        80
      ],
      "vertical_active_tab": [
        107,
        110,
        121
      ],
      "vertical_background_tab": [
        69,
        74,
        80
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "vertical_tab_text": [
        255,
        255,
        255
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ]
    },
    "properties": {
      "ntp_logo_alternate": true
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}