Tab-Restore/manifest.json
2021-04-23 12:15:32 +08:00

21 lines
578 B
JSON

{
"name":"Tab-Restore",
"description":"A tool for restoring pages that you want to explore from yestoday.",
"version":"1.0",
"permissions":["storage"],
"action":{
"default_popup":"popup.html",
"default_icon": {
"16": "/images/get_started16.png",
"32": "/images/get_started32.png",
"48": "/images/get_started48.png",
"128": "/images/get_started128.png"
}
},
"icons":{
"16": "/images/get_started16.png",
"32": "/images/get_started32.png",
"48": "/images/get_started48.png",
"128": "/images/get_started128.png"
}
}