Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PWA Install Block", "short_name": "PWA Install Block", "description": "PWA Install Block", "version": "0.0.3", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "storage": { "managed_schema": "schema.json" }, "icons": { "32": "assets\/PWA Block 32x32.png", "64": "assets\/PWA Block 64x64.png", "128": "assets\/PWA Block 128x128.png" } }