You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
826 B

1 year ago
  1. {
  2. "manifest_version": 2,
  3. "update_url": "https://clients2.google.com/service/update2/crx",
  4. "name": "WidevineCdm",
  5. "description": "Widevine Content Decryption Module",
  6. "version": "4.10.2391.1",
  7. "minimum_chrome_version": "68.0.3430.0",
  8. "x-cdm-module-versions": "4",
  9. "x-cdm-interface-versions": "10",
  10. "x-cdm-host-versions": "10",
  11. "x-cdm-codecs": "vp8,vp09,avc1,av01",
  12. "x-cdm-persistent-license-support": true,
  13. "x-cdm-supported-encryption-schemes": [
  14. "cenc",
  15. "cbcs"
  16. ],
  17. "icons": {
  18. "16": "imgs/icon-128x128.png",
  19. "128": "imgs/icon-128x128.png"
  20. },
  21. "platforms": [
  22. {
  23. "os": "win",
  24. "arch": "x64",
  25. "sub_package_path": "_platform_specific/win_x64/"
  26. },
  27. {
  28. "os": "win",
  29. "arch": "x86",
  30. "sub_package_path": "_platform_specific/win_x86/"
  31. }
  32. ]
  33. }