Files
IpList/Server/data/links.json
T
2026-03-09 14:57:57 +03:00

107 lines
2.0 KiB
JSON

[
{
"id": "link_2",
"name": "IT Jira",
"url": "https://jira.com",
"scope": "department",
"target": "dept_it"
},
{
"id": "link_4",
"name": "My Localhost",
"url": "http://localhost:8080",
"scope": "user",
"target": "user_1"
},
{
"id": "link_5",
"name": "Google",
"url": "https://www.google.com",
"scope": "user",
"target": "user_4"
},
{
"id": "link_6",
"name": "GitHub",
"url": "https://www.github.com",
"scope": "user",
"target": "user_4"
},
{
"id": "link_7",
"name": "YouTube",
"url": "https://www.youtube.com",
"scope": "user",
"target": "user_4"
},
{
"id": "link_8",
"name": "OpenStreetMap",
"url": "https://www.openstreetmap.org",
"scope": "global",
"target": null
},
{
"id": "link_9",
"name": "MDN Web Docs",
"url": "https://developer.mozilla.org",
"scope": "global",
"target": null
},
{
"id": "link_10",
"name": "Tailwind CSS",
"url": "https://tailwindcss.com",
"scope": "global",
"target": null
},
{
"id": "link_11",
"name": "React",
"url": "https://react.dev",
"scope": "global",
"target": null
},
{
"id": "link_12",
"name": "Vite",
"url": "https://vitejs.dev",
"scope": "global",
"target": null
},
{
"id": "link_13",
"name": "Яндекс",
"url": "https://www.yandex.ru",
"scope": "global",
"target": null
},
{
"id": "link_14",
"name": "Mail.ru",
"url": "https://mail.ru",
"scope": "global",
"target": null
},
{
"id": "link_15",
"name": "Госуслуги",
"url": "https://www.gosuslugi.ru",
"scope": "global",
"target": null
},
{
"id": "link_16",
"name": "Ozon",
"url": "https://www.ozon.ru",
"scope": "global",
"target": null
},
{
"id": "link_17",
"name": "РБК",
"url": "https://www.rbc.ru",
"scope": "global",
"target": null
}
]