選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

manifest.webapp 312 B

1234567891011121314
  1. {
  2. "version": 1,
  3. "name": "LessPass",
  4. "description": "Next-Gen Open Source Password Manager",
  5. "icons": {
  6. "60": "dist/firefox_app_60x60.png",
  7. "128": "dist/firefox_app_128x128.png",
  8. "512": "dist/firefox_app_512x512.png"
  9. },
  10. "developer": {
  11. "name": "Guillaume Vincent",
  12. "url": null
  13. }
  14. }