Is It Real 4K?

Is It Real 4K?

Check if a UHD Blu-ray Movie is real 4K.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Is It Real 4K?",
  "version": "1.0",
  "description": "Check if a UHD Blu-ray Movie is real 4K.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "https://www.imdb.com/"
  ],
  "icons": {
    "128": "[email protected]",
    "256": "is-real-4k.png"
  },
  "manifest_version": 2
}