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": "Safeshop: Buy Safe & Stop Fake Email Phishing",
"version": "8.0.0.0",
"description": "Safeshop was designed to keep you secure while you shop, you can confidently browse and purchase from your favorite online stores.",
"manifest_version": 3,
"permissions": [
"storage",
"unlimitedStorage",
"alarms",
"declarativeNetRequest",
"tabs"
],
"content_scripts": [
{
"js": [
"lib\/jquery.js",
"scripts\/inject.js"
],
"css": [
"css\/inject.css"
],
"run_at": "document_idle",
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "scripts\/background.js"
},
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "img\/logo.png",
"32": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
}
},
"icons": {
"16": "img\/logo.png",
"32": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"web_accessible_resources": [
{
"resources": [
"app.html",
"img\/*"
],
"matches": [
"<all_urls>"
]
}
]
}