H.265 / HEVC player

H.265 / HEVC player

Playback video files containing H.265 / HEVC media.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "author": "struktur AG",
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "icons": {
    "16": "naclh265_16.png",
    "48": "naclh265_48.png",
    "128": "naclh265_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "name": "__MSG_application_name__",
  "offline_enabled": true,
  "permissions": [
    "fileSystem",
    "fullscreen"
  ],
  "version": "0.2.2"
}