Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
drautb committed Mar 22, 2023
1 parent dc6d98d commit 2e1fca9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Epoch Converter",
"description": "Provides a popup showing a human readable date of a highlighted Unix timestamp.",
"version": "1.1.0",
Expand All @@ -9,6 +9,9 @@
"128": "icon.png"
},
"permissions": [],
"optional_permissions": [],
"host_permissions": [],
"optional_host_permissions": [],
"content_scripts": [
{
"matches": [
Expand All @@ -24,8 +27,5 @@
"all_frames": true
}
],
"web_accessible_resources": [],
"browser_action": {
"default_icon": "icon.png"
}
"web_accessible_resources": []
}

0 comments on commit 2e1fca9

Please sign in to comment.