You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
amazon_kindle_download/manifest.json

40 lines
1.1 KiB

{
"name": "亚马逊漫画下载器",
"description": "亚马逊漫画下载器",
"version": "1.0.1",
"permissions": [
"activeTab"
],
"manifest_version": 3,
"action": {
"default_icon": {
"16": "img/icons/omega-action-16.png",
"19": "img/icons/omega-action-19.png",
"24": "img/icons/omega-action-24.png",
"32": "img/icons/omega-action-32.png"
},
"default_popup": "popup.html",
"default_title": "Click to view a popup"
},
"icons": {
"128": "img/icons/omega-128.png",
"16": "img/icons/omega-action-16.png",
"24": "img/icons/omega-action-24.png",
"32": "img/icons/omega-action-32.png",
"48": "img/icons/omega-48.png",
"64": "img/icons/omega-64.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https://read.amazon.co.jp/kindle-library*"
],
"js": [
"content-script.js"
]
}
]
}