Examine source code of Alvaruky

Inspect and view changes in Alvaruky 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
{
  "128": {},
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "version": "0.0.1",
  "default_locale": "es",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "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_window_control_background": "theme_window_control_background.png",
      "theme_ntp_attribution": "theme_ntp_attribution.png",
      "theme_tab_background_incognito": "theme_tab_background_incognito.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_frame_overlay_inactive": "theme_frame_overlay_inactive.png",
      "theme_frame_overlay": "theme_frame_overlay.png",
      "theme_frame_incognito_inactive": "theme_frame_incognito_inactive.png",
      "theme_ntp_background": "theme_ntp_background.jpg"
    },
    "colors": {
      "ntp_background": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        150,
        255,
        252
      ],
      "tab_text": [
        150,
        255,
        252
      ],
      "bookmark_text": [
        150,
        255,
        252
      ],
      "frame_incognito_inactive": [
        150,
        255,
        252
      ],
      "button_background": [
        150,
        255,
        252
      ],
      "ntp_text": [
        29,
        32,
        32
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        42,
        49,
        49
      ]
    },
    "tints": {
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "background_tab": [
        0,
        0,
        0
      ],
      "buttons": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat"
    }
  }
}