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",
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Fetch"
},
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https:\/\/fetch.us\/DetectiveFetch.ico",
"is_default": true,
"keyword": "fetch.us",
"name": "Fetch",
"search_url": "https:\/\/fetch.us\/?q={searchTerms}&channel=8766289722"
}
},
"content_scripts": [
{
"css": [
"extension.css"
],
"matches": [
"https:\/\/fetch.us\/*"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/syndicatedsearch.goog\/*",
"https:\/\/adsensecustomsearchads.com\/*"
],
"js": [
"extension.js"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
}
],
"description": "Loyal AI Search Companion",
"host_permissions": [
"https:\/\/fetch.us\/"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png",
"192": "icon192.png"
},
"manifest_version": 3,
"name": "Fetch - AI Search Engine",
"optional_host_permissions": [
"*:\/\/*\/*"
],
"permissions": [],
"version": "1.2.9"
}