Skip to content

Commit

Permalink
🐛 fix: 修正 identifier 变更导致无法正常使用的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 2, 2023
1 parent 4a9330f commit 06344c3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"identifier": "websiteCrawler",
"version": "1",
"api": [
{
"name": "getWebsiteContent",
Expand All @@ -13,11 +11,11 @@
"type": "string"
}
},
"required": [
"url"
],
"required": ["url"],
"type": "object"
}
}
]
],
"identifier": "website-crawler",
"version": "1"
}

0 comments on commit 06344c3

Please sign in to comment.