-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1b04c0
commit a1e539c
Showing
29 changed files
with
4,001 additions
and
16,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Domain Info</title> | ||
</head> | ||
<body class="dark:bg-gray-950"> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"manifest_version": 3, | ||
"name": "Domain Info", | ||
"description": "View detailed info for any domain name: registration status & dates, WHOIS, DNS records, Name Servers, and more", | ||
"version": "2.3.1", | ||
"icons": { | ||
"16": "icons/icon_48.png", | ||
"32": "icons/icon_48.png", | ||
"48": "icons/icon_48.png", | ||
"128": "icons/icon_128.png" | ||
}, | ||
|
||
"permissions": ["activeTab", "declarativeContent", "storage"], | ||
"action": { | ||
"default_title": "Domain Info", | ||
"default_popup": "index.html" | ||
}, | ||
"background": { | ||
"service_worker": "src/background.js", | ||
"type": "module" | ||
} | ||
} |
Oops, something went wrong.