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": "Random password generator",
"short_name": "Random password generator",
"description": "A simple random password generator for Chrome browser",
"version": "2.7",
"author": "Matija Mate\u010di\u0107",
"homepage_url": "https:\/\/matija.matecic.com\/",
"icons": {
"48": "lib\/icon.png",
"96": "lib\/[email protected]"
},
"action": {
"default_title": "Random password generator",
"default_popup": "random-password-generator.htm",
"default_icon": "lib\/icon.png"
},
"permissions": [
"storage"
],
"content_security_policy": {
"extension_pages": "default-src 'self'"
},
"minimum_chrome_version": "88"
}