not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
470 B

  1. {
  2. "name": "Turtle Blocks",
  3. "version": "1.0",
  4. "manifest_version": 2,
  5. "author": "Sugar Labs",
  6. "description": "Learn to program anything with snap-together blocks.",
  7. "icons": {
  8. "512": "/activity/activity-icon-color-512.png",
  9. "128": "/activity/activity-icon-color-128.png"
  10. },
  11. "app": {
  12. "background": {
  13. "scripts": ["js/launch.js"]
  14. }
  15. },
  16. "permissions": [
  17. "storage",
  18. "unlimitedStorage",
  19. "audioCapture",
  20. "videoCapture"
  21. ]
  22. }