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", "name": "__MSG_app_name__", "short_name": "Link-Preview", "description": "__MSG_app_summary__", "default_locale": "en", "author": "abilitools.com", "version": "1.4.0", "manifest_version": 2, "permissions": [ "background", "storage", "unlimitedStorage" ], "optional_permissions": [ "tabs", "webNavigation", "<all_urls>" ], "browser_action": { "default_popup": "popup.html", "default_title": "Barrierefreiheit f\u00fcr Text - abilitools" }, "background": { "page": "background.html", "persistent": false }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "-ms-preload": { "backgroundScript": "edge-background-scripts-API-bridge.js", "contentScript": "edge-content-scripts-API-bridge.js" }, "web_accessible_resources": [ "abilitools-logo.png", "content.css", "default.png", "ftp.png", "geo.png", "icon-128-gray.png", "icon-128.png", "icon-16.png", "icon-48.png", "internal.png", "logo-invert.png", "mail.png", "popup.css", "tel.png" ] }