Inspect and view changes in Dell Service Tag Search Engine source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Dell Service Tag Search Engine",
"version": "1.0",
"description": "Creates a custom search engine in Firefox to allow you to quickly pull up Dell's support page by using 'd <service tag>' instead of having to manually use their website.",
"icons": {
"48": "icons/icon.png"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "58.0",
"id": "{21be2d05-8083-41da-ab26-fa1c6d6398e9}"
}
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Dell Service Tag Search",
"search_url": "https://www.dell.com/support/home/en-us/product-support/servicetag/{searchTerms}",
"keyword": "d",
"favicon_url": "https://www.dell.com/favicon.ico",
"is_default": false,
"encoding": "UTF-8"
}
}
}