RentOrlandoScooters Notifications & Updates

RentOrlandoScooters Notifications & Updates

With our extension you will be always on top of the best mobility scooters rental offers in Orlando.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RentOrlandoScooters Notifications & Updates",
  "version": "0.0.0.7",
  "description": "With our extension you will be always on top of the best mobility scooters rental offers in Orlando.",
  "background": {
    "scripts": [
      "js/jquery-2.0.3.min.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "icons": {
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://rentorlandoscooters.com; object-src 'self'",
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}