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": "Image Viewer from Right Click Menu",
"version": "0.1.2",
"description": "Allow opening the image viewer from the contextmenu.",
"icons": {
"16": "icons\/rightClickViewer16.png",
"48": "icons\/rightClickViewer48.png",
"128": "icons\/rightClickViewer128.png"
},
"permissions": [
"contextMenus",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"js": [
"assets\/contentScript.ts-loader-BjjMisQm.js"
],
"matches": [
"<all_urls>"
],
"css": [
"assets\/contentScript-BxzVn3Dr.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/contentScript.ts-wjuVqOVH.js"
],
"use_dynamic_url": false
}
]
}