Fly4Free notification manager

Fly4Free notification manager

Get notifications for specific deals! Just fill in interesting keywords e.g. thailand ) and that's it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fly4Free notification manager",
  "version": "1.0.4",
  "description": "Get notifications for specific deals! Just fill in interesting keywords   e.g. thailand ) and that's it!",
  "homepage_url": "https://www.davidgouveia.net",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "notifications",
    "https://www.fly4free.com/feed"
  ],
  "browser_action": {
    "default_icon": "128-off.png",
    "default_popup": "latest.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "48.png"
  ]
}