Restore Tabs - Save, Delete, Restore tabs

Restore Tabs - Save, Delete, Restore tabs

Restore - Restore your tabs even if you turn off your computer and then you can restore them

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Restore Tabs - Save, Delete, Restore tabs",
  "version": "1.2.0",
  "description": "Restore - Restore your tabs even if you turn off your computer and then you can restore them",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "images/pin_16px.png",
    "32": "images/pin_32px.png",
    "64": "images/pin_64px.png",
    "128": "images/pin_128px.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/pin_16px.png",
      "32": "images/pin_32px.png",
      "64": "images/pin_64px.png",
      "128": "images/pin_128px.png"
    },
    "permisions": [
      "tabs",
      "<all_urls>",
      "unlimitedStorage"
    ],
    "background": {
      "scripts": [
        "app.js"
      ]
    }
  }
}