Skip to content

Commit

Permalink
Added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGracia committed Aug 18, 2021
1 parent f136081 commit 015ac76
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
Binary file added icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 14 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
{
"manifest_version": 3,
"author" : "[email protected]",
"author": "Sergio Gracia",
"name": "Redmine Tools",
"version": "0.1.0",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Visual hacks and toys for better redmine experience",
"permissions" : ["activetab", "declarativeContent"],
"permissions": ["activetab", "declarativeContent"],
"content_scripts": [{
"css": ["style.css"],
"js": ["jquery.min.js","content.js"],
"js": ["jquery.min.js", "content.js"],
"matches": [
"<all_urls>"
],
"include_globs": [
],
"include_globs": [
"*redmine*"
]
]


}]

}

0 comments on commit 015ac76

Please sign in to comment.