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 42b8c51 commit 5f2f75f
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
{
"manifest_version": 2,

"name": "Epoch Converter",
"description": "Provides a popup showing a human readable date of a highlighted Unix timestamp.",
"version": "1.0.2",

"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},

"permissions": [

],

"version": "1.1.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [],
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": ["bubble.css"],
"js": ["jquery.min.js", "selection.js"],
"all_frames": true
"matches": [
"<all_urls>"
],
"css": [
"bubble.css"
],
"js": [
"jquery.min.js",
"selection.js"
],
"all_frames": true
}
],

"web_accessible_resources": [
"close.png"
],

"web_accessible_resources": [],
"browser_action": {
"default_icon": "icon.png"
}
Expand Down

0 comments on commit 5f2f75f

Please sign in to comment.