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",
"name": "Breached",
"version": "1.3.0",
"manifest_version": 3,
"description": "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database",
"homepage_url": "https:\/\/github.com\/adam-p\/breached",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"background": {
"service_worker": "src\/bg\/background.js"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png"
},
"default_title": "Breached! Click for details",
"default_popup": "src\/page_action\/page_action.html"
},
"permissions": [
"storage",
"tabs",
"notifications"
],
"host_permissions": [
"https:\/\/haveibeenpwned.com\/api\/v2\/*"
]
}