Inspect and view changes in Fast Search for Google Drive™ 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,
"version": "1.0.0",
"name": "__MSG_application_title__",
"description": "__MSG_application_description__",
"offline_enabled": true,
"default_locale": "en",
"omnibox": {
"keyword": "drive"
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png",
"256": "icons/icon-256.png",
"512": "icons/icon-512.png"
},
"browser_action": {
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png",
"256": "icons/icon-256.png",
"512": "icons/icon-512.png"
},
"default_popup": "popup.html"
},
"background": {
"persistent": false,
"scripts": [
"js/background.js",
"js/install.js"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}