Rimor by Expedia

Rimor by Expedia

Explore new places through Rimor by Expedia

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rimor by Expedia",
  "description": "Explore new places through Rimor by Expedia",
  "version": "1.0.38",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies",
    "http://www.expedia.com/*",
    "https://www.expedia.com/*"
  ],
  "web_accessible_resources": [
    "json/*.json"
  ],
  "icons": {
    "16": "icons/rimor_16.png",
    "48": "icons/rimor_48.png",
    "128": "icons/rimor_128.png"
  },
  "content_security_policy": "default-src 'self'; script-src 'self' https://ssl.google-analytics.com https://connect.facebook.net/; connect-src https://www.expedia.com/flex/rimor; img-src *; frame-src http://staticxx.facebook.com; style-src 'unsafe-inline'"
}