blob: 066500ebcf4eda62839845236c69dd3ec83f6908 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
const actions = [
{
"extension": ".txt",
"text": "Google search filename",
"url": "https://www.google.com/search?q=$filename"
},
{
"extension": ".txt",
"text": "Google search contents",
"url": "https://www.google.com/search?q=$content_urlencoded"
},
{
"extension": ".txt",
"text": "ZAMUNDDA TO4KA NET",
"url": "https://zamunda.net",
"open_in_iframe": "true",
},
];
|