Skip to content

Commit

Permalink
Merge pull request #3 from atk4/fix/manifest-icon
Browse files Browse the repository at this point in the history
fix/manifest and icon file
  • Loading branch information
ibelar authored Dec 17, 2018
2 parents d029fe3 + d5957f1 commit 247b779
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
File renamed without changes
Binary file added icon/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 icon/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 icon/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Agile Toolkit UI Developper Extension",
"version": "1.0.1",
"version": "1.0.2",
"description": "Extends the Developer Tools for Agile Toolkit UI.",
"devtools_page": "atktools.html",
"manifest_version": 2,
Expand All @@ -14,9 +14,14 @@
"persistent": false
},
"browser_action": {
"default_title": "allo",
"default_title": "Agile Toolkit Extension",
"default_popup": "atk-popup.html",
"default_icon": "logo.png"
"default_icon": "icon/icon.png"
},
"icons": {
"16" : "icon/icon16.png",
"48" : "icon/icon48.png",
"128": "icon/icon128.png"
},
"content_scripts": [
{
Expand Down

0 comments on commit 247b779

Please sign in to comment.