Do you want to get away from the hassle of searching for a domain name between domain search platforms such as godaddy and…
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",
"manifest_version": 3,
"name": "Instant Domain Discovery",
"version": "1.1",
"permissions": [
"contextMenus",
"tabs"
],
"icons": {
"16": "icons/Image16x16.png",
"32": "icons/Image32x32.png",
"48": "icons/Image_48x48.png",
"128": "icons/Image128x128.png"
},
"action": {
"default_icon": "icons/Image32x32.png",
"default_popup": "default.html"
},
"background": {
"service_worker": "runner.js"
}
}