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": 2, "name": "Fabasoft Folio 2020", "description": "Web browser extension for the Fabasoft Folio Client 2020", "version": "20.3.1.24", "author": "Copyright (C) Fabasoft R&D GmbH, A-4020 Linz, 1988-2020.", "homepage_url": "https:\/\/www.fabasoft.com", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "nmext.js" ], "all_frames": true, "run_at": "document_start" } ], "background": { "scripts": [ "nmextback.js" ], "persistent": true }, "incognito": "split", "icons": { "16": "icon16.png", "24": "icon24.png", "128": "icon128.png", "256": "icon256.png" }, "web_accessible_resources": [ "installed.js" ], "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "128": "icon128.png", "256": "icon256.png" } }, "permissions": [ "tabs", "cookies", "nativeMessaging", "<all_urls>" ] }