Skip to content

Commit

Permalink
Merge pull request #111 from MobileFirstLLC/issue-86
Browse files Browse the repository at this point in the history
#86: migrate new extension starter to MV3
  • Loading branch information
nkrusch committed Oct 5, 2021
2 parents 124edc4 + ce22f80 commit cd79778
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/init/background.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.alert('Greetings from background! Edit Me!');
console.log('This is background service worker - edit me!');
15 changes: 6 additions & 9 deletions config/init/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"homepage_url": "${homepage}",
"version": "${version}",
"version_name": "${version}",
"manifest_version": 2,
"homepage_url": "http://chrome.google.com/webstore",
"version": "0.0.1",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "31",
"incognito": "split",
"minimum_chrome_version": "88",
"permissions": [],
"icons": {
"128": "assets/img/128x128.png"
},
"background": {
"scripts": ["background.js"],
"persistent": false
"service_worker": "background.js"
},
"browser_action": {
"action": {
"default_icon": {
"16": "assets/img/16x16.png",
"24": "assets/img/24x24.png",
Expand Down

0 comments on commit cd79778

Please sign in to comment.