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": "Inbox Preview by TrustedSite",
"short_name": "Inbox Preview",
"description": "See which sites you can trust.",
"version": "2024.05.17",
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js"
},
"homepage_url": "https:\/\/inbox.trustedsite.com\/",
"permissions": [
"activeTab",
"background"
],
"icons": {
"16": "icon-green.png",
"32": "icon-green.png",
"64": "icon-green.png",
"128": "icon-green.png"
},
"action": {
"default_icon": "icon-green.png",
"default_popup": "popup.html",
"default_title": "Inbox Preview"
},
"content_security_policy": [],
"host_permissions": [
"https:\/\/*.trustedsite.com\/"
]
}