Examine source code of DesignMantic Theme #2

Inspect and view changes in DesignMantic Theme #2 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1",
  "manifest_version": 2,
  "name": "DesignMantic Theme #2",
  "short_name": "Get your logo design instantly!",
  "description": "DesignMantic's DIY logo maker is fast and extremely easy to use",
  "theme": {
    "images": {
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "icons": {
      "128": "icon_128.png"
    },
    "properties": {
      "ntp_background_repeat": "no-repeat",
      "ntp_background_alignment": "top"
    }
  }
}