LateRooms Official

LateRooms Official

Search for hotels worldwide and enjoy up to 50% off with our great deals and late offers - directly from our extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LateRooms Official",
  "description": "Search for hotels worldwide and enjoy up to 50% off with our great deals and late offers - directly from our extension.",
  "default_locale": "en",
  "version": "1.0.7",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/ico19.png",
    "default_title": "",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://*.wips.com https://*.facebook.net https://*.facebook.com https://*.twitter.com https://*.google.com https://*.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "http://*.laterooms.com/*",
    "https://*.laterooms.com/*",
    "notifications",
    "management"
  ],
  "icons": {
    "19": "images/ico19.png",
    "32": "images/ico32.png",
    "48": "images/ico48.png",
    "128": "images/ico128.png"
  },
  "web_accessible_resources": [
    "images/ico32.png",
    "images/ico48.png"
  ]
}