Skip to content

Commit

Permalink
Update manifest*.json 25eb242 Wed Jul 31 2024 09:37:10 GMT+0900 (Kore…
Browse files Browse the repository at this point in the history
…an Standard Time) 1722386230493
  • Loading branch information
Automated Publisher committed Jul 31, 2024
1 parent 25eb242 commit 4073f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifest-v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"manifest_version":2,"icons":{"128":"icon.png"},"name":"Netflix URL","version":"1.0.0","description":"Change url to share","content_scripts":[{"matches":["*://netflix.com/*"],"js":["url.js"],"run_at":"document_start"}]}
1 change: 1 addition & 0 deletions manifest-v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"manifest_version":3,"icons":{"128":"icon.png"},"name":"Netflix URL","version":"1.0.0","description":"Change url to share","content_scripts":[{"matches":["*://netflix.com/*"],"js":["url.js"],"run_at":"document_start"}]}

0 comments on commit 4073f6a

Please sign in to comment.