Skip to content

Commit 951d56d

Browse files
committed
Updated - remove unused extension permissions
1 parent 269506e commit 951d56d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domain-info",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Detailed info about a site's domain, DNS and tech stack",
55
"author": "Andrei <andrei@laye.red>",
66
"license": "MIT",

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Domain info",
33
"description": "Shows really detailed info about a domain, like registration status & dates, WHOIS, Name Servers and DNS records",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"manifest_version": 2,
66
"icons": {
77
"48": "icons/icon_48.png",
88
"128": "icons/icon_128.png"
99
},
10-
"permissions": ["declarativeContent", "tabs"],
10+
"permissions": ["activeTab"],
1111
"browser_action": {
1212
"default_title": "domain-info",
1313
"default_popup": "popup/popup.html"

0 commit comments

Comments
 (0)