aboutsummaryrefslogtreecommitdiffstats
path: root/actions.js
blob: 4c9ed868cd22c044bcf15b15b4e87c65c8b66659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const actions = [
    {
        "extension": ".txt",
        "text": "Bing filename",
        "url": "https://www.bing.com/search?q=$filename",
        "open_in_iframe": "true"
    },
    {
        "extension": ".txt",
        "text": "Bing contents",
        "url": "https://www.bing.com/search?q=$content_urlencoded",
        "open_in_iframe": "true"
    }
];