Inspect and view changes in WindeSearch 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
{
"name": "WindeSearch",
"version": "1.1",
"description": "__MSG_appDesc__",
"default_locale": "nl",
"author": "Thomas van den Nieuwenhoff",
"permissions": [
"contextMenus"
],
"omnibox": {
"keyword": "win"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"128": "images/icon-32.png"
}
},
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"128": "images/icon-32.png"
},
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}