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": "Block File Types", "version": "0.0.2", "author": "Clay Smith", "short_name": "Block File Types", "default_locale": "en", "description": "Block File Types", "icons": { "19": "images\/19.png", "32": "images\/32.png", "36": "images\/36.png", "38": "images\/38.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "file:\/\/*" ], "background": { "service_worker": "background.js" }, "storage": { "managed_schema": "schema.json" } }