Examine source code of Natural Adviser for health and life

Inspect and view changes in Natural Adviser for health and life 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",
  "name": "Natural Adviser for health and life",
  "short_name": "Natural Adviser",
  "description": "Organic remedies for your health and life. Natural tips about natural life style",
  "version": "0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://natadviser.com//#utm_source=google_chrome&utm_medium=chrome_app&utm_campaign=google_chrome_app"
    ],
    "launch": {
      "web_url": "http://natadviser.com/#utm_source=google_chrome&utm_medium=chrome_app&utm_campaign=google_chrome_app"
    }
  }
}