Skip to content

Commit

Permalink
Update manifest version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maximus12793 committed Apr 1, 2023
1 parent 73a14cf commit c961466
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Notion Themes",
"version": "0.0.2",
"description": "Make your Notion pretty with custom themes.",
"permissions": ["storage", "https://notionthemes.netlify.app/"],
"permissions": ["storage"],
"host_permissions": ["https://notionthemes.netlify.app/"],
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"background": {
"scripts": ["background.js"]
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": ["https://www.notion.so/*"],
"js": ["js/content.js"]
}
],
"browser_action": {
"action": {
"default_title": "Choose a theme",
"default_popup": "popup.html",
"default_icon": {
Expand Down

0 comments on commit c961466

Please sign in to comment.