summarylogtreecommitdiffstats
path: root/pocket.qtws
diff options
context:
space:
mode:
Diffstat (limited to 'pocket.qtws')
-rw-r--r--pocket.qtws24
1 files changed, 21 insertions, 3 deletions
diff --git a/pocket.qtws b/pocket.qtws
index 76f1dd3c5532..93d15d0990dc 100644
--- a/pocket.qtws
+++ b/pocket.qtws
@@ -1,9 +1,27 @@
{
"name": "Pocket",
- "scope": ["getpocket.com/"],
+ "scope": ["https?:\/\/getpocket\.com\/a\/(*)"],
"plugins": [],
- "home": "https://getpocket.com/a/queue/",
+ "home": "https://getpocket.com/a/queue/list",
"icon": "/usr/share/pixmaps/pocket-desktop.svg",
"saveSession": true,
- "multimedia": 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/"
+ }
+ ]
}