add dashboard.xpi for directplugin installation
This commit is contained in:
parent
07f663abb0
commit
3ea78260b6
5 changed files with 46 additions and 28 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
"manifest_version": 2,
|
||||
"name": "Dashboard",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
|
||||
"description": "Adds a Dashboard Header before Webpage header.",
|
||||
"description": "Makes Dashboard available through shortcut to access wekan/nextcloud/authentik instances",
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
|
|
@ -13,26 +13,29 @@
|
|||
"css": [ "css/dashboard.css" ]
|
||||
}
|
||||
],
|
||||
"icons":{
|
||||
"48": "icons/favicon48.jpg"
|
||||
},
|
||||
"web_accessible_resources": [
|
||||
"css/style.css",
|
||||
"icons/Nextcloud_Logo.png",
|
||||
"icons/wekan_logo.png",
|
||||
"icons/goauthentik_logo.png",
|
||||
"icons/favicon.jpg"
|
||||
"icons/favicon48.jpg"
|
||||
],
|
||||
"options_ui": {
|
||||
"page": "options.html"
|
||||
},
|
||||
|
||||
"permissions": ["storage","tabs"],
|
||||
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "addon@example.com"
|
||||
"id": "dashboard@viehlieb.org",
|
||||
"strict_min_version": "58.0"
|
||||
}
|
||||
},
|
||||
"permissions": ["storage","tabs"],
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "icons/favicon.jpg",
|
||||
"default_icon": "icons/favicon48.jpg",
|
||||
"default_title": "Holsteincloud 3.0"
|
||||
},
|
||||
"background": {
|
||||
|
|
|
|||
Reference in a new issue