Skip to content

Commit

Permalink
Merge pull request #200 from penge/background
Browse files Browse the repository at this point in the history
Fix opening My Notes in newtab
  • Loading branch information
penge authored Mar 13, 2021
2 parents ea400d0 + 7cc4502 commit 009bfd0
Show file tree
Hide file tree
Showing 7 changed files with 9,037 additions and 1,316 deletions.
11 changes: 5 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "My Notes",
"description": "Simple and fast note-taking.",
"version": "3.6",
"version": "3.6.1",
"homepage_url": "https://github.com/penge/my-notes",
"icons": {
"128": "images/icon128.png"
Expand All @@ -23,12 +23,11 @@
]
},
"background": {
"page": "background.html",
"persistent": false
"service_worker": "background.js"
},
"browser_action": {
"action": {
"default_icon": "images/icon128.png"
},
"minimum_chrome_version": "61",
"minimum_chrome_version": "88",
"offline_enabled": true
}
Loading

0 comments on commit 009bfd0

Please sign in to comment.