Skip to content

Commit

Permalink
Update version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonatasrm committed May 23, 2020
1 parent 443641a commit f8dea76
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.5.1",
"version": "1.5.2",
"homepage_url": "https://github.com/jhonatasrm/print-preview",
"default_locale": "en",
"author": "Jhonatas Machado",
Expand Down Expand Up @@ -48,15 +48,7 @@
"page": "html/preferences.html"
},
"background": {
"scripts": [
"/js/background.js"
]
"scripts": ["/js/background.js"]
},
"permissions": [
"tabs",
"contextMenus",
"activeTab",
"storage",
"menus"
]
"permissions": ["tabs", "contextMenus", "activeTab", "storage", "menus"]
}

0 comments on commit f8dea76

Please sign in to comment.