Examine source code of Mobikart.com

Inspect and view changes in Mobikart.com 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
{
  "background": {
    "scripts": [
      "src/static/component/jquery-3.0.0.min.js",
      "config/config.js",
      "src/static/application/js/background.js"
    ]
  },
  "name": "Mobikart.com",
  "short_name": "Find the lowest prices",
  "version": "1.6.6resigned1",
  "manifest_version": 2,
  "author": "Mobikart",
  "description": "Smartly know the lowest price of a product while you shop online, whether you are on Amazon, Flipkart, SnapDeal or more",
  "icons": {
    "16": "src/static/application/images/icons/mobikart-16.png",
    "48": "src/static/application/images/icons/mobikart-48.png",
    "128": "src/static/application/images/icons/mobikart-128.png"
  },
  "browser_action": {
    "default_ico": "src/static/application/images/logo.png",
    "default_icon": {
      "19": "src/static/application/images/icons/mobikart-19.png",
      "38": "src/static/application/images/icons/mobikart-38.png"
    },
    "default_popup": "src/html/popup.html",
    "default_title": "Mobikart.com"
  },
  "content_scripts": [
    {
      "css": [
        "src/static/application/css/min/page.min.css",
        "src/static/application/css/min/util.min.css"
      ],
      "js": [
        "src/static/component/jquery-3.0.0.min.js",
        "config/config.js",
        "src/static/support-lib/util.js",
        "src/static/application/js/url_parser.js",
        "src/static/application/js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "omnibox": {
    "keyword": "mobikart"
  },
  "homepage_url": "http://www.mobikart.com/",
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "contextMenus",
    "storage",
    "webRequest",
    "webNavigation",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "src/static/application/images/logo_mk.png",
    "src/static/application/images/logo-mobikart-04.png",
    "src/html/thankyou.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{833d6631-3833-4086-8a38-5557019b804d}"
    }
  }
}