manifest.json 470 B

12345678910111213141516171819
  1. {
  2. "name": "Amber Smalltalk",
  3. "description": "Amberis a Smalltalk that runs on the JS runtime",
  4. "version": "0.12.6",
  5. "manifest_version": 2,
  6. "app": {
  7. "background": {
  8. "scripts": [ "background.js" ]
  9. }
  10. },
  11. "sandbox": {
  12. "pages": ["index.html"]
  13. },
  14. "permissions": [
  15. {"fileSystem": ["write", "retainEntries", "directory"]},
  16. "storage"
  17. ],
  18. "16": "amber-16.png", "128": "amber-128.png"
  19. }