mirror of
https://github.com/tlsnotary/tlsn-plugin-boilerplate.git
synced 2026-01-06 19:43:54 -05:00
40 lines
976 B
JSON
40 lines
976 B
JSON
{
|
|
"title": "Twitter Profile",
|
|
"description": "Notarize ownership of a twitter profile",
|
|
"steps": [
|
|
{
|
|
"title": "Visit Twitter website",
|
|
"cta": "Go to x.com",
|
|
"action": "start"
|
|
},
|
|
{
|
|
"title": "Collect credentials",
|
|
"description": "Login to your account if you haven't already",
|
|
"cta": "Check cookies",
|
|
"action": "two"
|
|
},
|
|
{
|
|
"title": "Notarize twitter profile",
|
|
"cta": "Notarize",
|
|
"action": "three",
|
|
"prover": true
|
|
}
|
|
],
|
|
"hostFunctions": [
|
|
"redirect",
|
|
"notarize"
|
|
],
|
|
"cookies": [
|
|
"https://api.x.com/1.1/account/settings.json"
|
|
],
|
|
"headers": [
|
|
"https://api.x.com/1.1/account/settings.json"
|
|
],
|
|
"requests": [
|
|
{
|
|
"url": "https://api.x.com/1.1/account/settings.json",
|
|
"method": "GET"
|
|
}
|
|
]
|
|
}
|