Skip to content

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eiurur committed Oct 13, 2019
1 parent 698ad1c commit 25effe1
Show file tree
Hide file tree
Showing 3 changed files with 944 additions and 608 deletions.
46 changes: 8 additions & 38 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,13 @@
"manifest_version": 2,
"name": "Save to Kawpaa",
"description": "あとで抜く",
"version": "0.14.1",
"permissions": [
"tabs",
"storage",
"contextMenus",
"notifications",
"http://*/*",
"https://*/*",
"chrome://favicon/"
],
"content_scripts": [
{
"matches": [
"https://amatsuka.herokuapp.com/*",
"https://anime-pictures.net/*",
"https://twitter.com/*",
"https://tweetdeck.twitter.com/*",
"https://www.tumblr.com/*",
"https://chan.sankakucomplex.com/*/post/show/*",
"https://chan.sankakucomplex.com/post/show/*",
"*://danbooru.donmai.us/posts/*",
"*://donmai.us/posts/*",
"*://*.deviantart.com/art/*",
"https://gelbooru.com/*",
"*://*.iwara.tv/videos/*",
"https://konachan.com/post/show/*",
"https://www.pixiv.net/artworks/*",
"https://yande.re/post/show/*",
"*://nijie.info/view.php*",
"*://nijie.info/view_popup.php*",
"*://nijiuradeck.herokuapp.com/*",
"https://nozomi.la/*"
],
"js": ["build/js/insert.bundle.js"],
"run_at": "document_end"
}
],
"version": "0.14.2",
"permissions": ["tabs", "storage", "contextMenus", "notifications", "http://*/*", "https://*/*", "chrome://favicon/"],
"content_scripts": [{
"matches": ["https://amatsuka.herokuapp.com/*", "https://anime-pictures.net/*", "https://twitter.com/*", "https://tweetdeck.twitter.com/*", "https://www.tumblr.com/*", "https://chan.sankakucomplex.com/*/post/show/*", "https://chan.sankakucomplex.com/post/show/*", "*://danbooru.donmai.us/posts/*", "*://donmai.us/posts/*", "*://*.deviantart.com/art/*", "https://gelbooru.com/*", "*://*.iwara.tv/videos/*", "https://konachan.com/post/show/*", "https://www.pixiv.net/artworks/*", "https://yande.re/post/show/*", "*://nijie.info/view.php*", "*://nijie.info/view_popup.php*", "*://nijiuradeck.herokuapp.com/*", "https://nozomi.la/*"],
"js": ["build/js/insert.bundle.js"],
"run_at": "document_end"
}],
"browser_action": {
"default_icon": {
"19": "build/images/gray/icon19.png",
Expand Down Expand Up @@ -67,4 +37,4 @@
"description": "save to a current link"
}
}
}
}
Loading

0 comments on commit 25effe1

Please sign in to comment.