Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Update p pindex.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Santix027YT authored Jul 15, 2024
1 parent 507ea34 commit 58fe4ce
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions store/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{
"name": "Marble Blast Gold",
[
"name": "Marble Blast GKold",
"icon": "https://i.ibb.co/F01xspH/MBG.png",
"type": "game",
"data": {
Expand Down Expand Up @@ -901,3 +901,22 @@
"invert": true
}
}]

{
"name": "Power Point", // unique name (check if it has been used already in the file)
"icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSV-U9KA5Q3nJnsiiYW8bMlnFpgn2lPsgqbxA&s", // logo image, preferrably 1:1 and less than 128px of width
"type": "Utilities", // game or app
"data": {
"type": "IFrame", // type currently supports IFrame only
"url": "https://www.microsoft365.com/launch/powerpoint?auth=1", // url of the app and make sure they accept Iframe
"gallery": [
// three or more images for gallery view in store app
"https://www.minecraft.net/content/dam/games/minecraft/key-art/CavesandCliffsPt1-dotNET-HomepagePromo-600x360.png",
"https://variety.com/wp-content/uploads/2019/02/minecraft-best-year-yet.png?w=600",
"https://www.minecraft.net/content/dam/games/minecraft/screenshots/RayTracing-MineCraft-PMP-Always-Something-New.jpg"
],
"desc": "create presentations with power point ...", // description for store app
"feat": "1.1 Combat changes.\n1.2 Fletching table functionality.", // features for store app
"invert": true // when true it forces dark theme for game/app window, default is false.
}
}

0 comments on commit 58fe4ce

Please sign in to comment.