Fyt

Fyt

Fyt helps you find and navigate to tabs easily. Get healthy, get Fyt.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fyt",
  "description": "Fyt helps you find and navigate to tabs easily. Get healthy, get Fyt.",
  "version": "3.3",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon128x128.png",
    "default_popup": "main.html",
    "default_title": "Find Your Tab"
  },
  "icons": {
    "16": "icon128x128.png",
    "48": "icon128x128.png",
    "128": "icon128x128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+L",
        "mac": "Alt+Shift+L",
        "chromeos": "Alt+Shift+L",
        "linux": "Alt+Shift+L"
      }
    }
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}