Last active
January 23, 2024 15:57
-
-
Save cagrimmett/6699dad9a1f66a3e0d16eb84480a980b 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": "People and Blogs", | |
"script": "console.log ('Hi, fellow blogger!');", | |
"tabs": { | |
"interviews": { | |
"name": "P&B Interviews", | |
"description": "Feed of the latest P&B interviews", | |
"screenname": "pbnewsproduct", | |
"catname": "pbseries" | |
}, | |
"blogs": { | |
"name": "Interviewee Blogs", | |
"description": "Latest posts from P&B interviewees' blogs", | |
"screenname": "pbnewsproduct", | |
"catname": "pbinterviewees" | |
}, | |
"recs": { | |
"name": "Interviewee Recommendations", | |
"description": "Posts from the blogs recommended by P&B interviewees", | |
"screenname": "pbnewsproduct", | |
"catname": "pbrecommendations" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment