1{
2    "page": [
3        {
4            "order": 3,
5            "label": {
6                "en": "Google Search",
7                "de": "Google Suche"
8            },
9            "title": {
10                "en": "Execute a Google search on the current page ID",
11                "de": "Führe eine Google Suche mit der aktuellen Seiten-ID aus"
12            },
13            "link": "https://www.google.com/search?q=@ID@",
14            "svg": "google.svg",
15            "attr": {
16                "target": "_blank"
17            }
18        },
19        {
20            "action": "login"
21        }
22    ]
23}
24