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",
"options_ui": {
"page": "options.html",
"browser_style": true,
"open_in_tab": false
},
"description": "Add URLs to Web2Doc - a read-later service",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"64": "64.png",
"128": "128.png"
},
"background": {
"service_worker": "service_worker.js"
},
"manifest_version": 3,
"name": "Web2Doc",
"version": "1.6",
"permissions": [
"activeTab",
"storage",
"scripting",
"contextMenus"
],
"host_permissions": [
"https:\/\/*\/*"
],
"action": {
"default_icon": "128.png",
"default_title": "Web2Doc",
"browser_style": true
},
"content_security_policy": []
}