Created
January 12, 2024 21:14
-
-
Save cagrimmett/5dae07ee5cddb878dd67c43319503668 to your computer and use it in GitHub Desktop.
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": "news.scripting.com", | |
"description": "It's even worse than it appears.", | |
"image": "https://imgs.scripting.com/2023/12/24/slugger.png", | |
"script": "console.log ('Hello World')", | |
"style": [ | |
".divProductTagline {font-style: italic}", | |
".divProductTagline {color: blue}" | |
], | |
"tabs": { | |
"all": { | |
"name": "All", | |
"description": "News from all the feeds <i>Dave</i> is following.", | |
"screenname": "davewiner", | |
"catname": "All" | |
}, | |
"politics": { | |
"name": "Politics", | |
"description": "Political news from the feeds Dave is following.", | |
"screenname": "davewiner", | |
"catname": "politics" | |
}, | |
"tech": { | |
"name": "Tech", | |
"description": "Tech news from the feeds Dave is following.", | |
"screenname": "davewiner", | |
"catname": "tech" | |
}, | |
"podcasts": { | |
"name": "Podcasts", | |
"description": "Podcasts that Dave is following.", | |
"screenname": "davewiner", | |
"catname": "podcasts" | |
}, | |
"bloggers": { | |
"name": "Bloggers", | |
"description": "News from an eclectic collection of bloggers.", | |
"screenname": "davewiner", | |
"catname": "bloggers" | |
}, | |
"dave": { | |
"name": "Dave", | |
"description": "News from all of Dave's feeds, hopefully not too much repetition.", | |
"screenname": "davewiner", | |
"catname": "dave" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment