Inspect and view changes in Bing to Google 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": "Bing to Google",
"version": "1.2resigned1",
"description": "Bing to Google combined with Edge deflector (https://github.com/da2x/EdgeDeflector) lets you search through cortana tool bar with Google instead of Bing.",
"homepage_url": "https://github.com/louisgrasset/bing-to-google",
"icons": {
"16": "/icons/icon-16.png",
"32": "/icons/icon-32.png",
"48": "/icons/icon-48.png",
"96": "/icons/icon-96.png",
"128": "/icons/icon-128.png",
"256": "/icons/icon-256.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https://bing.com/*",
"https://*.bing.com/"
],
"background": {
"scripts": [
"background.js"
]
},
"applications": {
"gecko": {
"id": "bingtogoogle@louisgrasset.fr",
"strict_min_version": "54.0"
}
},
"author": "Louis Grasset <hello@louisgrasset.fr> (louisgrasset.fr)"
}