FlickZee - Find What to Watch Now

FlickZee - Find What to Watch Now

Find Where to Watch a Movie or TV Show you are browsing, Find Whom to Watch it with & decide by ratings from IMDb, RT, MetaCritic.

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__",
  "version": "1.0.1",
  "default_locale": "en",
  "icons": {
    "128": "fz.png"
  },
  "browser_action": {
    "default_icon": "fz.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "animate.css"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "socket.io.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "popup.html"
  ]
}