Pool and Spa Calculator

Pool and Spa Calculator

Calculate the volumes of various swimming pools and spas.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pool and Spa Calculator",
  "description": "Calculate the volumes of various swimming pools and spas.",
  "version": "1.0",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.phasethreeapps.com/apps/2014/pools/app.html"
    ],
    "launch": {
      "web_url": "http://www.phasethreeapps.com/apps/2014/pools/app.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}