FLIXPICKER - Find best Movies and TV Shows

FLIXPICKER - Find best Movies and TV Shows

Get notified about popular movies in last 24 hours on netflix and Amazon Prime.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "config.js",
        "lib/google-analytics-bundle.js",
        "lib/jquery/dist/jquery.min.js",
        "launch.js",
        "app.js"
      ]
    }
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icon_128.png"
  },
  "default_locale": "en",
  "offline_enabled": true,
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "http://beta.getfreshoffers.com/*",
    "notifications",
    "storage",
    "browser",
    "http://d3onoxalxqu65v.cloudfront.net/*",
    "alarms"
  ],
  "version": "2018.4.36868"
}