Skip to content

Commit

Permalink
Update extensions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BludIsAnLemon authored Oct 23, 2024
1 parent 7045fc5 commit 195d300
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "An extension example",
"url": "extensions/hello-world.js",
"docsURL": "#",
"sandboxed": true,
"creator": [
{"name": "GarboMuffin", "url": "https://scratch.mit.edu/users/GarboMuffin/"}
]
Expand All @@ -14,6 +15,7 @@
"img": "images/Bitter_130/SQLSnapFileshare.png",
"description": "Port of the SQLSnap! Fileshare extension for cloud file share utilization.",
"url": "extensions/Bitter_130/SQLSnapFileshare.js",
"sandboxed": true,
"creator": [
{"name": "Bitter_160", "url": "https://scratch.mit.edu/users/Bitter_160/"}
]
Expand All @@ -23,6 +25,7 @@
"img": "images/Lemon/WeatherAPI.png",
"description": "Get weather information of a place using the Weather API.",
"url": "extensions/Lemon/WeatherAPI.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"},
{"name": "0znzw", "url": "https://scratch.mit.edu/users/0znzw/"}
Expand All @@ -33,6 +36,7 @@
"img": "images/Lemon/screenshot.png",
"description": "Screenshot the entire page in one click.",
"url": "extensions/Lemon/screenshot.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"}
]
Expand All @@ -42,6 +46,7 @@
"img": "images/Lemon/autoclick_detect.png",
"description": "Easily detect auto clickers.",
"url": "extensions/Lemon/autoclick_detect.js",
"sandboxed": true,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"}
]
Expand All @@ -51,6 +56,7 @@
"img": "images/Lemon/bluetooth.png",
"description": "Allows you to send out bluetooth requests to nearby bluetooth devices.",
"url": "extensions/Lemon/bluetooth.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"}
]
Expand All @@ -60,6 +66,7 @@
"img": null,
"description": "Get keyboard input from the user, as if they were typing in a textbox!",
"url": "extensions/golbo/LiveKeyboard.js",
"sandboxed": true,
"creator": [
{"name": "golbo", "url": "https://ffghdfh.itch.io"}
]
Expand All @@ -69,6 +76,7 @@
"img": null,
"description": "Play, pause, seek, set the volume and get data about songs from URL-s!",
"url": "extensions/golbo/URL_music.js",
"sandboxed": true,
"creator": [
{"name": "golbo", "url": "https://ffghdfh.itch.io"}
]
Expand All @@ -77,6 +85,7 @@
"title": "IndexedDB",
"img": "images/golbo/indexedDB.png",
"description": "Save more than 5mb of data locally!",
"sandboxed": false,
"url": "extensions/golbo/IndexedDB.js",
"creator": [
{"name": "golbo", "url": "https://ffghdfh.itch.io"}
Expand Down

0 comments on commit 195d300

Please sign in to comment.