FLST Chrome

FLST Chrome

Focus Last Selected Tab :: Provides natural / MRU tab ordering + Options for Tab Flipping, New Tab Select, and New Tab Location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "FLST Chrome",
  "version": "2.1",
  "manifest_version": 2,
  "description": "Focus Last Selected Tab :: Provides natural / MRU tab ordering + Options for Tab Flipping, New Tab Select, and New Tab Location",
  "icons": {
    "19": "img/flst19.png",
    "24": "img/flst24.png",
    "32": "img/flst32.png",
    "48": "img/flst48.png",
    "128": "img/flst128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/flst19.png",
      "24": "img/flst24.png",
      "32": "img/flst32.png",
      "38": "img/flst38.png"
    },
    "default_title": "FLST Chrome"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Tab Flipping",
      "suggested_key": {
        "default": "Alt+N"
      }
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "homepage_url": "http://chrome.sertechlabs.com/",
  "minimum_chrome_version": "88",
  "options_page": "options.html",
  "permissions": [
    "contextMenus"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx"
}