queue/source
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
..
assets Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00
scss Use the Love Dark variable instead. 2020-11-14 18:21:17 +01:00
utilities Increase the maximum number of URLs queued. 2020-11-25 19:38:18 +00:00
background.ts Use the tab title when adding from tab menu. 2020-11-20 19:02:15 +01:00
content-scripts.ts Add a badge to the extension icon that shows the number of items saved. 2020-11-12 22:42:21 +01:00
index.html Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +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
manifest.development.json Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00
manifest.json Use the tab title when adding from tab menu. 2020-11-20 19:02:15 +01:00
settings-page.ts Add some text to the version number when Queue is updated. 2020-11-14 18:24:20 +01:00