Flow (Tab Saver)

Flow (Tab Saver)

Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Flow (Tab Saver)",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Flow"
  },
  "icons": {
    "128": "images/flow-icon.png"
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "activeTab"
  ]
}