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",
"action": {
"default_icon": {
"32": "data\/icons\/32.png",
"38": "data\/icons\/38.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
},
"default_title": "__MSG_app_name__"
},
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"commands": {
"only-read": {
"description": "__MSG_app_name__",
"suggested_key": {
"default": "Alt+Shift+V",
"mac": "Alt+Shift+V"
}
}
},
"description": "__MSG_app_description__",
"homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/read-only.html",
"icons": {
"32": "data\/icons\/32.png",
"38": "data\/icons\/38.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"manifest_version": 3,
"name": "__MSG_app_name__",
"offline_enabled": true,
"permissions": [
"storage",
"activeTab",
"scripting",
"contextMenus"
],
"version": "2.0.1"
}