Skip to content

Commit

Permalink
Add page action for booth, furaffinity and tinami
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipFile committed May 3, 2022
1 parent 5c63091 commit 2454853
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upload-to-danbooru",
"version": "3.1.1",
"version": "3.1.2",
"description": "Add a context menu option for images to upload to Danbooru.",
"type": "module",
"directories": {
Expand Down
9 changes: 8 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Upload to Danbooru",
"description": "Add a page action and a context menu option (for images) to upload to Danbooru.",
"version": "3.1.1",
"version": "3.1.2",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
Expand All @@ -27,6 +27,8 @@
"https://www.pixiv.net/en/artworks/*",
"https://sketch.pixiv.net/items/*",
"https://*.fanbox.cc/posts/*",
"https://booth.pm/*/items/*",
"https://*.booth.pm/items/*",

"https://fantia.jp/posts/*",

Expand All @@ -44,6 +46,9 @@
"https://sp.nijie.info/view.php?*id=*",
"https://sp.nijie.info/view_popup.php?*id=*",

"https://www.tinami.com/view/*",
"https://www.tinami.com/view/tweet/card/*",

"https://pawoo.net/@*/*",
"https://pawoo.net/web/statuses/*",

Expand All @@ -56,6 +61,8 @@

"https://www.newgrounds.com/art/view/*",

"https://www.furaffinity.net/view/*",

"https://www.artstation.com/artwork/*",
"https://*.artstation.com/projects/*",

Expand Down

0 comments on commit 2454853

Please sign in to comment.