manifest.json 295 B

12345678910111213141516171819
  1. {
  2. "name": "NaCl Chat Example Client",
  3. "version": "0.5",
  4. "manifest_version" : 2,
  5. "description": "NaCl Chat Example Client",
  6. "icons": {
  7. "16": "icon_16.png",
  8. "32": "icon_32.png",
  9. "128": "icon_128.png"
  10. },
  11. "app": {
  12. "launch": {
  13. "local_path": "index.htm"
  14. }
  15. }
  16. }
粤ICP备19079148号