Previous Tab

Previous Tab

Go back to the previous tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Previous Tab",
  "version": "0.0.1",
  "manifest_version": 3,
  "author": "Solomon Kinard",
  "description": "Go back to the previous tabs",
  "icons": {
    "128": "icon.png"
  },
  "action": {},
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [
    "storage"
  ]
}