manifest.json 918 B

1234567891011121314151617181920212223242526272829303132333435
  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.1303.2",
  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,vp9.0,avc1",
  12. "x-cdm-persistent-license-support": true,
  13. "x-cdm-supported-encryption-schemes": ["cenc","cbcs"],
  14. "icons": {
  15. "16": "imgs/icon-128x128.png",
  16. "128": "imgs/icon-128x128.png"
  17. },
  18. "platforms": [
  19. {
  20. "os": "win",
  21. "arch": "x86",
  22. "sub_package_path": "_platform_specific/win_x86/"
  23. },
  24. {
  25. "os": "win",
  26. "arch": "x64",
  27. "sub_package_path": "_platform_specific/win_x64/"
  28. },
  29. {
  30. "os": "mac",
  31. "arch": "x64",
  32. "sub_package_path": "_platform_specific/mac_x64/"
  33. }
  34. ]
  35. }