World Wars can happen often. Experience it with Gears of War 4 new images with a search box.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "rootServiceWorker.js"
},
"action": {
"default_icon": "GearsOfWar_logo_48x48.png"
},
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https://www.bing.com/favicon.ico",
"is_default": true,
"keyword": "bing.com",
"name": "Bing",
"search_url": "https://www.bing.com/search?FORM=U491DF&PC=U491&q={searchTerms}",
"suggest_url": "https://www.bing.com/osjson.aspx?FORM=U491DF&PC=U491&query={searchTerms}"
}
},
"chrome_url_overrides": {
"newtab": "defaultHomePage.html"
},
"description": "World Wars can happen often. Experience it with Gears of War 4 new images with a search box.",
"icons": {
"16": "GearsOfWar_logo_16x16.png",
"48": "GearsOfWar_logo_48x48.png",
"128": "GearsOfWar_logo_128x128.png"
},
"manifest_version": 3,
"name": "Gears of War 4 with Search – Official",
"permissions": [
"cookies",
"storage",
"alarms"
],
"host_permissions": [
"http://g.ceipmsn.com/*",
"http://*.bing.com/*",
"https://*.bing.com/"
],
"short_name": "Gears of War 4 with Search – Official",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.0.17"
}