manifest.json 401 B

12345678910111213
  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. "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  7. "app": {
  8. "background": {
  9. "scripts": [ "background.js" ]
  10. }
  11. },
  12. "icons": { "16": "amber-16.png", "128": "amber-128.png" }
  13. }