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": "RedPhish",
"version": "2.1",
"description": "Real-time phishing protection that automatically detects and blocks malicious URLs.",
"permissions": [
"storage",
"scripting",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"tabs",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"https:\/\/www.redphish.app\/*",
"https:\/\/redphish-safe-proxy-3f862803b4c1.herokuapp.com\/*"
]
},
"background": {
"service_worker": "src\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.svg",
"images\/RPlogo_white.png"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "src\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/www.redphish.app https:\/\/redphish-safe-proxy-3f862803b4c1.herokuapp.com; img-src 'self' data:; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com;"
},
"author": "RedPhish LLC",
"homepage_url": "https:\/\/www.redphish.app"
}