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": 3, "name": "__MSG_extensionName__", "version": "0.2.3", "description": "__MSG_extensionDescription__", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "js\/swf_player.js", "js\/player_inject.js" ], "run_at": "document_idle" } ], "host_permissions": [ "<all_urls>", "file:\/\/\/*" ], "action": { "default_title": "Flash Player Info", "default_icon": "icons\/icon128.png" }, "icons": { "128": "icons\/icon128.png" }, "homepage_url": "https:\/\/swf-player.pdfwork.com", "background": { "service_worker": "background.js" }, "default_locale": "en" }