metadata.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "joerkig",
  6. "id": "205984221859151873"
  7. },
  8. "service": "Flightradar24",
  9. "description": {
  10. "en": "The world’s most popular flight tracker. Track planes in real-time on our flight tracker map and get up-to-date flight status & airport information."
  11. },
  12. "url": [
  13. "www.flightradar24.com",
  14. "forum.flightradar24.com",
  15. "my.flightradar24.com",
  16. "careers.flightradar24.com"
  17. ],
  18. "version": "1.1.7",
  19. "logo": "https://cdn.rcd.gg/PreMiD/websites/F/Flightradar24/assets/logo.png",
  20. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/F/Flightradar24/assets/thumbnail.png",
  21. "color": "#f15a23",
  22. "category": "other",
  23. "tags": [
  24. "track",
  25. "radar",
  26. "planes",
  27. "flight"
  28. ],
  29. "iframe": true,
  30. "iFrameRegExp": ".*",
  31. "settings": [
  32. {
  33. "id": "elapsed",
  34. "title": "Show Time Elapsed",
  35. "icon": "fas fa-stopwatch",
  36. "value": true
  37. },
  38. {
  39. "id": "timeLeft",
  40. "title": "Show Time Left",
  41. "icon": "fas fa-stopwatch",
  42. "value": true
  43. },
  44. {
  45. "id": "buttons",
  46. "title": "Show Buttons",
  47. "icon": "fas fa-compress-arrows-alt",
  48. "value": true
  49. },
  50. {
  51. "id": "images",
  52. "title": "Show Images",
  53. "icon": "fas fa-images",
  54. "value": false
  55. }
  56. ]
  57. }