Sub-Store/backend/sub.json
2020-08-19 16:18:48 +08:00

25 lines
541 B
JSON

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