Skip to content

Instantly share code, notes, and snippets.

@jamesthompson
Last active August 12, 2016 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesthompson/9130abc0ce6c42991c6e975ed0da709b to your computer and use it in GitHub Desktop.
Save jamesthompson/9130abc0ce6c42991c6e975ed0da709b to your computer and use it in GitHub Desktop.
demoapp
{
"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