{ "manifest_version": 2, "name": "/usr/space", "version": "0.7.0", "description": "WebExtension for the Hacker-/Maker-Space /usr/space", "icons": { "48": "src/icons/favicon.svg", "96": "src/icons/favicon.svg" }, "background": { "page": "src/background.html" }, "browser_action": { "browser_style": true, "default_title": "/usr/space", "default_icon": "src/icons/favicon.svg", "default_area": "navbar", "default_popup": "src/popup.html" }, "default_locale": "de", "permissions": [ "https://www.usrspace.at/*", "webRequest", "notifications" ], "author": "Thomas Rupprecht", "homepage_url": "https://gitea.usrspace.at/XimeX/usrspace-browser-addon", "developer": { "name": "Thomas Rupprecht", "url": "https://blog.ximex.at/" } }