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": "Deal Search Pro",
"version": "1.1.24",
"description": "Price-aware search across coupons, price history, and refurbished\/open-box deals.",
"action": {
"default_popup": "popup.html",
"default_title": "Deal Search Pro"
},
"host_permissions": [
"https:\/\/dealsearcherpro.com\/*"
],
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Research Paper Search",
"keyword": "rps",
"favicon_url": "https:\/\/dealsearcherpro.com\/favicon.ico",
"search_url": "https:\/\/dealsearcherpro.com\/search.php?q={searchTerms}",
"encoding": "UTF-8",
"is_default": true
}
},
"background": {
"service_worker": "background.js"
}
}