Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "description": "__MSG_appDescription__", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "version": "2.50.0.24", "minimum_chrome_version": "88.0", "icons": { "32": "PAD-ico_32.png", "48": "PAD-ico_48.png", "56": "PAD-ico_56.png", "64": "PAD-ico_64.png" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "permissions": [ "scripting", "debugger", "tabs", "browsingData", "nativeMessaging", "webNavigation" ], "host_permissions": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }