summarylogtreecommitdiffstats
path: root/pocket.qtws
blob: 93d15d0990dcdbc0c6362a16a3b5abe77afc68f9 (plain)
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
{
        "name": "Pocket",
        "scope": ["https?:\/\/getpocket\.com\/a\/(*)"],
        "plugins": [],
        "home": "https://getpocket.com/a/queue/list",
        "icon": "/usr/share/pixmaps/pocket-desktop.svg",
        "saveSession": true,
        "multimedia": true,
        "permissions" : [],

        "menu": [
        	{
        		"title": "My List",
        		"action": "https://getpocket.com/a/queue/list"
        	},

        	{
        		"title": "Favorites",
        		"action": "https://getpocket.com/a/favorites/list/"
        	},

        	{
        		"title": "Archive",
        		"action": "https://getpocket.com/a/archive/list/"
        	}
        ]
}