Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"action": {
"default_icon": "icons\/logo-orange48x48.png",
"default_popup": "popup\/popup.html",
"default_title": "Read Later"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/content.js"
],
"run_at": "document_start"
}
],
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
},
"web_accessible_resources": [
{
"resources": [
"content\/pagePosition.js"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"chrome-read-later.willbc.com": {
"description": "Save to reading list",
"suggested_key": {
"default": "Alt+Shift+S"
}
},
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+Z"
}
}
},
"description": "A temporary bookmark focuses on reading later, rather than closing and removing, with several Vim keybindings!",
"icons": {
"16": "icons\/logo-orange16x16.png",
"32": "icons\/logo-orange32x32.png",
"48": "icons\/logo-orange48x48.png",
"128": "icons\/logo-orange128x128.png"
},
"manifest_version": 3,
"name": "Read Later",
"permissions": [
"tabs",
"storage",
"contextMenus",
"favicon"
],
"version": "9.0.5"
}