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,
"version": "0.8.0",
"name": "Django Files",
"description": "Django Files Web Extension designed to work with github.com\/django-files\/django-files.",
"homepage_url": "https:\/\/github.com\/django-files\/web-extension",
"author": "Shane",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+Z"
},
"description": "Show Popup"
},
"showSidePanel": {
"suggested_key": {
"default": "Alt+Shift+S"
},
"description": "Show Side Panel"
},
"uploadFile": {
"suggested_key": {
"default": "Alt+Shift+A"
},
"description": "Upload Files"
},
"openGallery": {
"suggested_key": {
"default": "Alt+Shift+G"
},
"description": "Open Gallery"
}
},
"permissions": [
"activeTab",
"clipboardWrite",
"contextMenus",
"notifications",
"scripting",
"storage",
"offscreen",
"sidePanel"
],
"background": {
"type": "module",
"service_worker": "js\/service-worker.js"
},
"options_ui": {
"page": "html\/options.html",
"open_in_tab": true
},
"action": {
"default_title": "Django Files",
"default_popup": "html\/popup.html",
"default_icon": {
"16": "media\/logo16.png",
"32": "media\/logo32.png",
"48": "media\/logo48.png",
"96": "media\/logo96.png",
"128": "media\/logo128.png"
}
},
"icons": {
"16": "media\/logo16.png",
"32": "media\/logo32.png",
"48": "media\/logo48.png",
"96": "media\/logo96.png",
"128": "media\/logo128.png"
},
"side_panel": {
"default_path": "html\/sidepanel.html"
},
"minimum_chrome_version": "109"
}