Witchy Constellation2

Witchy Constellation2

Slightly different version of the original theme. Witchy like constellation. Testing phase. I'm new at this.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "version": "0.0.2",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_frame_inactive.png",
      "theme_frame_incognito": "theme_frame_incognito.png",
      "theme_frame_incognito_inactive": "theme_frame_incognito_inactive.png",
      "theme_frame_overlay": "theme_frame_overlay.png",
      "theme_frame_overlay_inactive": "theme_frame_overlay_inactive.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_tab_background_inactive": "theme_tab_background_inactive.png",
      "theme_tab_background_incognito": "theme_tab_background_incognito.png",
      "theme_tab_background_incognito_inactive": "theme_tab_background_incognito_inactive.png",
      "theme_tab_background_v": "theme_tab_background_v.png",
      "theme_window_control_background": "theme_window_control_background.png",
      "theme_ntp_attribution": "theme_ntp_attribution.png"
    },
    "properties": {
      "ntp_background_repeat": "repeat"
    }
  }
}