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": "Ping Network VPN", "description": "Ping allows to connect you to decentralized network", "version": "1.1.10", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsWICF5MG43jvBcFnpqs3hH1K\/nEYFNsztzycB\/UaygtsjB1Qo0lzrU8FY9Oshc01Be1NbZZHU2CX5DE\/fZXz9donq\/ZF7Bty+t+CgKapA8Czg3BNLz2XB9zUllOKr1NpTkhQBCvf8ir8t6UM09GiJRLBS1ujfLOdP\/2wJXUuY7B0qhyZCWelVhP5BJordVW+Acisg1DI2GaTarOD02mfh1KUxedKs6hfNTTTAV2MSz6gKj0xk1RYwdvjSaxKEUc+jRmO03slczJRd8UrJAY97tZpg8zrXxR05lSUW2E9kif7G7+eA7ocZIjyoFG5sG8N3yNPglUBFzUe4j3iNCwAxwIDAQAB", "permissions": [ "proxy", "webRequest", "storage", "identity" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Default Popup Title", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ] }