diff --git a/extension/manifest.json b/extension/manifest.json index e3640e67..6cb2af4c 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,72 +1,72 @@ { "manifest_version": 2, "name": "Plasma Integration", "short_name": "Plasma", "description": "Provides better integration with the KDE Plasma 5 desktop.", - "version": "1.5", + "version": "1.6", "default_locale": "en", "author": "Kai Uwe Broulik ", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1Wz6JigIdPBxPJvYrnjuKM3X4YEaUHgyOW2TM1G1Maxook1HO8vLFGhBR7g3jEQ7Yw9PTa6ZAa8J/I9a/1EQz0Ssx2+m3R9SvJfdKSCrCth8nwMpB8V8I5EhiUoW57kM0v9r/18Buem5cBIo0EnSAVCbmNG95R5jtg62P4+LNGEwHk5L7RSblXUN2hhUwXty4A98EXD6T2Pnpu1m8nRF2B1t5AcspSMV5ECnL9x8kT5bup1gJo0FGTz6C+1huDNRaI3OY1YDWyvCVRFXlAhuFERTW6siMdghK++kYM43H7cvJMFYnVVuffD9WNRsUCI9V0SrqYbPre/2nEl+8VUXVwIDAQAB", "icons": { "16": "icons/plasma-16.png", "32": "icons/plasma-32.png", "48": "icons/plasma-48.png", "128": "icons/plasma-128.png" }, "background": { "scripts": [ "constants.js", "extension-utils.js", "extension-kdeconnect.js", "extension-mpris.js", "extension-downloads.js", "extension-tabsrunner.js", "extension.js" ], "persistent": false }, "browser_action": { "browser_style": true, "default_popup": "action_popup.html" }, "content_scripts": [ { "matches": ["*://*/*"], "js": ["constants.js", "content-utils.js", "content-script.js"], "run_at":"document_start", "all_frames": true, "match_about_blank": true } ], "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "nativeMessaging", "notifications", "storage", "downloads", "tabs", "", "contextMenus" ], "applications": { "gecko": { "id": "plasma-browser-integration@kde.org", "strict_min_version": "50.0" } }, "optional_permissions": [ "webRequest" ] }