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", "name": "OSINT Username Search", "manifest_version": 3, "version": "1.0.4", "description": "Collect a dossier on a person by username from thousands of sites.", "permissions": [ "storage", "identity", "identity.email", "contextMenus" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_title": "default_title", "default_popup": "src\/popup\/index.html", "default_icon": { "16": "src\/assets\/16.png", "48": "src\/assets\/48.png", "128": "src\/assets\/128.png" } }, "icons": { "16": "src\/assets\/16.png", "48": "src\/assets\/48.png", "128": "src\/assets\/128.png" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src\/assets\/128.png" ], "use_dynamic_url": true } ] }