Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcfz committed Sep 6, 2024
1 parent d843e0d commit b139bd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"manifest_version": 3,
"name": "Copy-n-Paste: Image Upload Simplified",
"version": "1.3.2",
"version": "1.4.0",
"description": "Easily upload screenshots and images from your clipboard to webpages.",
"action": {},
"icons": {
"16": "./icons/icon16.png",
"48": "./icons/icon48.png",
"128": "./icons/icon128.png"
},
"permissions": [
"clipboardRead"
],
"permissions": ["clipboardRead"],
"content_scripts": [
{
"matches": ["<all_urls>"],
Expand Down

0 comments on commit b139bd6

Please sign in to comment.