Skip to content

Commit

Permalink
Set default_title of AddOn right
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Jul 24, 2020
1 parent cdb709f commit f50ee10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"browser_action": {
"browser_style": true,
"default_title": "Window manipulator",
"default_title": "BookmarkRoom",
"default_popup": "window.html",
"default_icon": {
"19": "icons/window19.png",
Expand All @@ -19,7 +19,7 @@
"permissions": ["storage"],
"description": "Programm to use the work of: graephin",
"homepage_url": "https://github.com/JBenda/BookmarkHome",
"manifest_version": 2,
"manifest_version": 2,
"name": "Bookmark Room",
"version": "0",
"browser_specific_settings": {
Expand Down

0 comments on commit f50ee10

Please sign in to comment.