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": "PingPal", "short_name": "PingPal", "version": "1.0.0", "description": "A lightweight extension that demonstrates server connectivity by via pings.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "background" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhmtdJVOJkPBL0agLj9hbzIl5QVSYUtyetJX6NI933qTQNbqPweFjzLOLKs475kG9qzr1yQY4XcrnM9aGtQtJPVOcEs1N+MHklw04zDXJueBm5nN8tX6DguyZ+uXeCob7JQlnr3lOYhlb6mNm4rjacRRPvWLf+9zxE2r8OtuBK3IzxDfqORgq3t3bb1wUJw\/4QTX4hHagm50lEtW\/9TEqnyMKYunhkAQZDoAroUgTQiZqIqGPa9eFXGImA4EjeI2p8hCHS5\/m1gcWb1btxG8qAvCG\/KSa7qLCTP0ej+QoRVaMXk0Fc5d5TLl8dt3jXK17pN+mPdtyE0PEPTxY\/k18AwIDAQAB" }