iFly Magazine

iFly Magazine

iFly Magazine is published every two months by KLM Royal Dutch Airlines, produced by Born05.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1",
  "icons": {
    "128": "iFly_128.png"
  },
  "app": {
    "urls": [
      "http://www.iflymagazine.com/"
    ],
    "launch": {
      "web_url": "http://www.iflymagazine.com/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}