Skip to content

Commit

Permalink
fixed issue with manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
samolukadjo committed Sep 11, 2024
1 parent 45d45be commit fe9a4ed
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions wungle-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
"description": "This extension allows the user to view and edit the wungle text on Tumblr posts.",
"version": "1.0.0",
"icons": {
"64": "icons/icon.png"
"192": "icons/icon-192.png",
"512": "icons/icon-512.png"
},
"content_scripts": [
{
"matches": [
"*://*.tumblr.com/*"
],
"js": [
"3y3/3y3.js",
"content_script.js"
]
"matches": ["*://*.tumblr.com/*"],
"js": ["3y3/3y3.js", "content_script.js"]
}
],
"browser_action": {
Expand All @@ -25,8 +21,5 @@
"default_popup": "browserAction/index.html",
"default_title": "Wungle Text for Tumblr"
},
"permissions": [
"clipboardWrite",
"storage"
]
"permissions": ["clipboardWrite", "storage"]
}

0 comments on commit fe9a4ed

Please sign in to comment.