Last active
March 9, 2025 23:09
-
-
Save verticalgrain/0982f4fc2b2e3754afa223218e19c6f5 to your computer and use it in GitHub Desktop.
TabStack Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "0ea3b95e-6679-4329-a60c-bf3d6267bb18", | |
"title": "My First Link Group", | |
"items": [ | |
{ | |
"id": "eefad0b8-2a66-43da-afd2-cc6c2a1176df", | |
"title": "aaaa", | |
"items": [ | |
{ | |
"id": "8d880481-4fa2-441c-8d32-6f90a31c4028", | |
"title": "gidget", | |
"linkURL": "https://Gidget.com", | |
"description": "" | |
} | |
] | |
}, | |
{ | |
"id": "cd1b42f0-fdd3-4bdf-8adb-02e135099a27", | |
"title": "google", | |
"linkURL": "https://google.com", | |
"description": "google" | |
}, | |
{ | |
"id": "87bc95fe-ec4b-4f47-855e-3bb71b3f0f0a", | |
"title": "bbbbb", | |
"items": [] | |
}, | |
{ | |
"id": "32c0411a-d799-45d2-a1fe-9a0fcd9ef56a", | |
"title": "qqqqq", | |
"items": [] | |
}, | |
{ | |
"id": "101df7ca-16cc-4a04-9bf3-6153a57d6580", | |
"title": "ttttt", | |
"items": [ | |
{ | |
"id": "5d0f7e50-2d52-4d54-a33d-74fbe87306a6", | |
"title": "gorgooon", | |
"items": [ | |
{ | |
"id": "4831752e-fab7-4955-98b9-898ed1430eb5", | |
"title": "Galgoon", | |
"linkURL": "https://galgoon.com", | |
"description": "" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "2759e5af-7ad9-4481-9982-1c51196d6348", | |
"title": "Gorgon", | |
"linkURL": "https://disney.com", | |
"description": "" | |
}, | |
{ | |
"id": "70925d09-b48b-4197-b24c-c9d7e8a92aae", | |
"title": "bbjdlfl", | |
"items": [] | |
} | |
], | |
"color": "#60A5F9" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "1651bf7f-ec03-4f21-bc6b-6bfeb79ce3d8", | |
"title": "flat boat", | |
"items": [ | |
{ | |
"id": "89e0bb1c-329a-4a4d-8930-0d47c5df0c16", | |
"title": "Reddit", | |
"linkURL": "https://www.reddit.com/r/PKMS/", | |
"description": "" | |
}, | |
{ | |
"id": "d3310ff6-1e11-4254-9ad2-3a4acd8988a6", | |
"title": "Roblox", | |
"linkURL": "https://roblox.com", | |
"description": "" | |
} | |
], | |
"color": "#11A365" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "a036fa12-18b2-4c44-9e61-d8bfc35c4db2", | |
"title": "calm darkness", | |
"items": [], | |
"color": "#A2E435" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "My TabStack", | |
"description": "My TabStack bookmarks and tabs", | |
"logoUrl": "", | |
"linkGroupOrder": [ | |
{ | |
"id": "0ea3b95e-6679-4329-a60c-bf3d6267bb18" | |
}, | |
{ | |
"id": "1651bf7f-ec03-4f21-bc6b-6bfeb79ce3d8" | |
}, | |
{ | |
"id": "a036fa12-18b2-4c44-9e61-d8bfc35c4db2" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment