Ideal Weight Calculator

Ideal Weight Calculator

Calculate your ideal weight with this easy to use application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ideal Weight Calculator",
  "description": "Calculate your ideal weight with this easy to use application.",
  "version": "1.1",
  "app": {
    "urls": [
      "http://www.networkpanda.com/apps/web/idealweight/"
    ],
    "launch": {
      "web_url": "http://www.networkpanda.com/apps/web/idealweight/idealweight.php"
    }
  },
  "icons": {
    "24": "icon_24.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}