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

{
"name": "Turtle Blocks",
"version": "1.0",
"manifest_version": 2,
"author": "Sugar Labs",
"description": "Learn to program anything with snap-together blocks.",
"icons": {
"512": "/activity/activity-icon-color-512.png",
"128": "/activity/activity-icon-color-128.png"
},
"app": {
"background": {
"scripts": ["js/launch.js"]
}
},
"permissions": [
"storage",
"unlimitedStorage",
"audioCapture",
"videoCapture"
]
}