manifest.json 573 B

123456789101112131415161718192021222324
  1. {
  2. "update_url": "https://clients2.google.com/service/update2/crx",
  3. "description": "Portable Native Client Translator Multi-CRX",
  4. "name": "PNaCl Translator Multi-CRX",
  5. "manifest_version": 2,
  6. "minimum_chrome_version": "30.0.0.0",
  7. "version": "0.57.44.2492",
  8. "platforms": [
  9. {
  10. "nacl_arch": "x86-32",
  11. "sub_package_path": "_platform_specific/x86_32/"
  12. },
  13. {
  14. "nacl_arch": "x86-64",
  15. "sub_package_path": "_platform_specific/x86_64/"
  16. },
  17. {
  18. "nacl_arch": "arm",
  19. "sub_package_path": "_platform_specific/arm/"
  20. }
  21. ]
  22. }