NewedenTravel Inspiration Tab

NewedenTravel Inspiration Tab

Transform your chrome browser into a Travel Inspiration with Beautifull Destination photos and amazing flight tickets prices

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.4",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "img/icon128.png"
  },
  "background": {
    "page": "bg.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://api.keen.io; object-src 'self'",
  "permissions": [
    "alarms",
    "storage",
    "*://*.newedentravel.com/*"
  ]
}