-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
32 lines (31 loc) · 877 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "Verification ID",
"version": "1.3",
"description": "Automatically add verification IDs for Google, Bing, Alexa, Pinterest to your website.",
"author": {
"name": "Martin Herbst",
"link": "http://www.brisoft.de"
},
"data": {
"googlecode": {
"label": "Google Webmaster Tools",
"info": "You can find this ID in the Google Webmaster tools.",
"type": "string"
},
"alexaid": {
"label": "Alexa Verification ID",
"info": "You can find this ID in Bing Webmaster tools.",
"type": "string"
},
"bingcode": {
"label": "Bing Webmaster Tools",
"info": "You can find this ID in Bing Webmaster tools.",
"type": "string"
},
"pinterest": {
"label": "Pinterest",
"info": "You can request this ID in your Pinterest profile.",
"type": "string"
}
}
}