Info.json cleanup

This commit is contained in:
aikaterna
2021-10-10 14:22:45 -07:00
parent 40b3bbc363
commit 84ed247331
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@
"description": "Read RSS feeds.",
"tags": ["rss"],
"permissions": ["embed_links"],
"requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"],
"requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"]
}

View File

@@ -3,5 +3,5 @@
"install_msg": "Thanks for installing.",
"short": "Fetch text from a URL.",
"description": "Fetch text from a URL.",
"tags": ["api"],
"tags": ["api"]
}