Do I QUALIFY for an ESA Test Quiz

Do I QUALIFY for an ESA Test Quiz

Do I qualify for an emotional support animal? Take this ESA Quiz to find out if you qualify for a service dog or cat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Do I QUALIFY for an ESA Test Quiz",
  "description": "Do I qualify for an emotional support animal? Take this ESA Quiz to find out if you qualify for a service dog or cat.",
  "short_name": "ESA Test",
  "version": "3.0",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "https://petdogandcatservices.com/"
    ],
    "launch": {
      "web_url": "https://petdogandcatservices.com/esa-test/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}