12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "name": "Anaxes",
- "id": "567885938160697377"
- },
- "service": "India Today News",
- "description": {
- "en": "Story by story. Edition by edition."
- },
- "url": "www.indiatoday.in",
- "version": "1.0.14",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/I/India%20Today%20News/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/I/India%20Today%20News/assets/thumbnail.png",
- "color": "#fc3b43",
- "category": "other",
- "tags": [
- "news",
- "indiannews",
- "newstoday"
- ],
- "iframe": true,
- "iFrameRegExp": ".*",
- "settings": [
- {
- "id": "lang",
- "multiLanguage": true
- },
- {
- "id": "privacy",
- "title": "Privacy Mode",
- "icon": "fas fa-user-secret",
- "value": false
- },
- {
- "id": "timestamp",
- "title": "Show Timestamps",
- "icon": "fad fa-stopwatch",
- "value": true,
- "if": {
- "privacy": false
- }
- },
- {
- "id": "buttons",
- "title": "Show Buttons",
- "icon": "fas fa-compress-arrows-alt",
- "value": true,
- "if": {
- "privacy": false
- }
- },
- {
- "id": "author",
- "title": "Hide Author",
- "icon": "fas fa-user",
- "value": false,
- "if": {
- "privacy": false
- }
- }
- ]
- }
|