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

Update p pindex.json #272

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
}
}
Loading