feat(plugin): add bing webmaster plugin

This commit is contained in:
ppoffice 2020-10-03 22:22:42 -04:00
parent c40214d546
commit 1b1ed45178
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"nullable": true
},
"manifest": {
"$ref": "/misc/manifest.json"
"$ref": "/misc/manifest.json"
},
"open_graph": {
"$ref": "/misc/open_graph.json"

View File

@ -13,6 +13,9 @@
"baidu_analytics": {
"$ref": "/plugin/baidu_analytics.json"
},
"bing_webmaster": {
"$ref": "/plugin/bing_webmaster.json"
},
"busuanzi": {
"$ref": "/plugin/busuanzi.json"
},