Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "ReadLater",
"version": "1.1.0",
"version_name": "1.1.0",
"description": "__MSG_extDescription__",
"default_locale": "en",
"author": "Zovo",
"homepage_url": "https:\/\/zovo.one\/readlater-pro\/privacy",
"minimum_chrome_version": "116",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "__MSG_extActionTitle__",
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"permissions": [
"activeTab",
"alarms",
"contextMenus",
"notifications",
"offscreen",
"scripting",
"sidePanel",
"storage",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "src\/background\/service-worker.js"
},
"side_panel": {
"default_path": "src\/sidebar\/sidebar.html"
},
"commands": {
"save-current-page": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Save current page to ReadLater"
},
"open-reading-list": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Open reading list in side panel"
}
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": true
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self' https:\/\/api.zovo.one; upgrade-insecure-requests;"
},
"storage": {
"managed_schema": "managed-schema.json"
}
}