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": "KeyGuard Web Secure",
"version": "1.0.7",
"description": "Browse safely with KeyGuard Web Secure. Effortlessly filter out inappropriate content for a secure and efficient online experience",
"icons": {
"16": "assets\/icons\/16x16.png",
"96": "assets\/icons\/96x96.png",
"128": "assets\/icons\/128x128.png"
},
"author": "FireArc",
"homepage_url": "https:\/\/www.keyguard-websecure.com\/",
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*.keyguard-websecure.com\/*"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "KeyGuard",
"keyword": "KeyGuard",
"search_url": "https:\/\/searching.keyguard-websecure.com\/query\/to?&q={searchTerms}&safe_search=strict",
"favicon_url": "http:\/\/www.keyguard-websecure.com\/wp-content\/uploads\/2024\/01\/Favicon.png",
"suggest_url": "https:\/\/suggesting.keyguard-websecure.com?q={searchTerms}&safe_search=strict",
"instant_url": "",
"search_url_post_params": "",
"suggest_url_post_params": "",
"instant_url_post_params": "",
"image_url_post_params": "",
"alternate_urls": [],
"encoding": "UTF-8",
"is_default": true
}
},
"background": {
"service_worker": "main.js",
"type": "module"
}
}