Inspect and view changes in Guard My Shoes 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Guard My Shoes",
"description": "Type 'nt' plus a search term into the Guard My Shoes to open search in new tab.",
"version": "1.0",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"omnibox": {
"keyword": "nt"
},
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "16.png",
"32": "32.png"
}
},
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
}
}