Files
Sub-Store/sub.json
2020-08-19 10:45:03 +08:00

27 lines
566 B
JSON

{
"name": "The Name of Subscription",
"url": "The URL of Subscription",
"filters": [
{
"type": "Useless Filter"
},
{
"type": "Keyword Filter",
"args": ["IEPL", "IPLC"]
},
{
"type": "Region Filter",
"args": ["HK", "TW", "JP"]
}
],
"operators": [
{
"type": "Flag Operator",
"args": [1]
},
{
"type": "Keyword Sort Operator",
"args": ["HK", "TW", "JP"]
}
]
}