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": "Name Fatso - Business Name Generator", "short_name": "Name Fatso", "version": "0.1", "action": { "default_popup": "Popup.html", "default_icon": { "16": "icons\/icon40.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vue.min.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "icons\/icon40.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }