Yard Guard Mobile

Yard Guard Mobile

Use Yard Guard Mobile to measure your pool for a cover.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yard Guard Mobile",
  "short_name": "Yard Guard Mobile",
  "author": "Fisherlea Systems",
  "description": "Use Yard Guard Mobile to measure your pool for a cover.",
  "version": "5.3.1.4",
  "app": {
    "background": {
      "scripts": [
        "www/js/launch.js"
      ]
    }
  },
  "icons": {
    "16": "www/img/icon_16.png",
    "32": "www/img/icon_32.png",
    "48": "www/img/icon_48.png",
    "64": "www/img/icon_64.png",
    "128": "www/img/icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "storage",
    "geolocation",
    "http://pmp.fisherlea.com/",
    "https://pmp.fisherlea.com/",
    "https://google.com/",
    "http://google.com/",
    "http://www.google-analytics.com/",
    "https://www.google-analytics.com/",
    "https://maps.googleapis.com/"
  ]
}