queue/source/utilities
David Welch a668da05a1 Increase the maximum number of URLs queued.
The number of URLs queued is restricted to ~60 because the queue is stored as a single item and is therefore is restricted to 8k.
Instead store each URLs as a separate item with a name 'qi'+number and gather them into a single array when loading/storing.
2020-11-25 19:38:18 +00:00
..
components Add a link to Liberapay. 2020-11-16 22:46:01 +01:00
index.ts Add a badge to the extension icon that shows the number of items saved. 2020-11-12 22:42:21 +01:00
settings.ts Increase the maximum number of URLs queued. 2020-11-25 19:38:18 +00:00