metadata.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Anaxes",
  6. "id": "567885938160697377"
  7. },
  8. "service": "India Today News",
  9. "description": {
  10. "en": "Story by story. Edition by edition."
  11. },
  12. "url": "www.indiatoday.in",
  13. "version": "1.0.14",
  14. "logo": "https://cdn.rcd.gg/PreMiD/websites/I/India%20Today%20News/assets/logo.png",
  15. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/I/India%20Today%20News/assets/thumbnail.png",
  16. "color": "#fc3b43",
  17. "category": "other",
  18. "tags": [
  19. "news",
  20. "indiannews",
  21. "newstoday"
  22. ],
  23. "iframe": true,
  24. "iFrameRegExp": ".*",
  25. "settings": [
  26. {
  27. "id": "lang",
  28. "multiLanguage": true
  29. },
  30. {
  31. "id": "privacy",
  32. "title": "Privacy Mode",
  33. "icon": "fas fa-user-secret",
  34. "value": false
  35. },
  36. {
  37. "id": "timestamp",
  38. "title": "Show Timestamps",
  39. "icon": "fad fa-stopwatch",
  40. "value": true,
  41. "if": {
  42. "privacy": false
  43. }
  44. },
  45. {
  46. "id": "buttons",
  47. "title": "Show Buttons",
  48. "icon": "fas fa-compress-arrows-alt",
  49. "value": true,
  50. "if": {
  51. "privacy": false
  52. }
  53. },
  54. {
  55. "id": "author",
  56. "title": "Hide Author",
  57. "icon": "fas fa-user",
  58. "value": false,
  59. "if": {
  60. "privacy": false
  61. }
  62. }
  63. ]
  64. }