Last active
August 12, 2016 18:31
-
-
Save jamesthompson/9130abc0ce6c42991c6e975ed0da709b to your computer and use it in GitHub Desktop.
demoapp
This file contains 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
{ | |
"name": "DemoApp", | |
"preferences": [ | |
{ | |
"categories": [ | |
{ | |
"example": "guardian-stevebell: New opinion from Steve Bell at the Guardian", | |
"id": "news", | |
"matches": [ | |
"guardian-stevebell: (.*)" | |
], | |
"name": "Guardian Steve Bell" | |
}, | |
{ | |
"example": "guardian-world: Breaking news from the Guardian", | |
"id": "news", | |
"matches": [ | |
"guardian-world: (.*)" | |
], | |
"name": "Guardian World" | |
}, | |
{ | |
"example": "guardian-football: Jose Mourinho says forget Kanye, he's the new Jesus.", | |
"id": "news", | |
"matches": [ | |
"guardian-football: (.*)" | |
], | |
"name": "Guardian Football" | |
}, | |
{ | |
"example": "gawker: We're being sued! Again!!", | |
"id": "news", | |
"matches": [ | |
"gawker: (.*)" | |
], | |
"name": "Gawker" | |
}, | |
{ | |
"example": "gizmodo: Clickbait from the future, 18 reasons why you should click this!", | |
"id": "news", | |
"matches": [ | |
"gizmodo: (.*)" | |
], | |
"name": "Gizmodo" | |
} | |
], | |
"name": "News" | |
}, | |
{ | |
"categories": [ | |
{ | |
"example": "perezhilton: The Kardashians are wearing clothes!!!", | |
"id": "entertainment", | |
"matches": [ | |
"perezhilton: (.*)" | |
], | |
"name": "Perez Hilton" | |
}, | |
{ | |
"example": "science-daily: Epic science fail from the world's best and brightest!", | |
"id": "entertainment", | |
"matches": [ | |
"science-daily: ", | |
"science-daily:", | |
"science-daily: (.*)" | |
], | |
"name": "Science Daily" | |
} | |
], | |
"name": "Entertainment" | |
} | |
], | |
"slug": "DemoApp-1471024848000" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment