Examine source code of Интернет магазин Worldtechnics

Inspect and view changes in Интернет магазин Worldtechnics 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",
  "manifest_version": 2,
  "name": "Интернет магазин Worldtechnics",
  "description": "Интернет магазин бытовой техники",
  "version": "1.1",
  "icons": {
    "128": "wt.png"
  },
  "app": {
    "urls": [
      "http://worldtechnics.com/"
    ],
    "launch": {
      "web_url": "http://worldtechnics.com/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}