Inspect and view changes in Quick Link 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": "Quick Link",
"version": "3.1",
"author": "Mufasa A. (mufasa159)",
"manifest_version": 3,
"description": "Quickly access links using shortened text on your browser's search bar.",
"omnibox": {
"keyword": "q"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_title": "Quick Link"
},
"icons": {
"16": "assets/logo_16px.png",
"24": "assets/logo_24px.png",
"48": "assets/logo_48px.png",
"128": "assets/logo_128px.png"
},
"permissions": [
"storage"
]
}