Flylighter (Beta) Firefox

Examine source code of Flylighter (Beta)

Inspect and view changes in Flylighter (Beta) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Flylighter (Beta)",
  "description": "Capture bookmarks, article, and highlights with Flylighter – your new favorite web clipper for Notion.",
  "version": "0.12.22",
  "version_name": "0.12.22_public",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "hello@flylighter.com",
      "strict_min_version": "112.0"
    }
  },
  "icons": {
    "16": "/icons/flylighter_16.png",
    "32": "/icons/flylighter_32.png",
    "48": "/icons/flylighter_48.png",
    "128": "/icons/flylighter_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "/scripts/content.js"
      ],
      "css": [
        "/inject.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "src/pages/options/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_icon": {
      "16": "/icons/flylighter_16.png",
      "32": "/icons/flylighter_32.png",
      "48": "/icons/flylighter_48.png",
      "128": "/icons/flylighter_128.png"
    }
  },
  "sidebar_action": {
    "default_icon": {
      "16": "/icons/flylighter_16.png",
      "32": "/icons/flylighter_32.png",
      "48": "/icons/flylighter_48.png",
      "128": "/icons/flylighter_128.png"
    },
    "default_panel": "src/pages/popup/popup.html"
  },
  "host_permissions": [
    "*://*/*",
    "https://*/*",
    "http://*/*"
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "contextMenus",
    "clipboardWrite",
    "identity",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage",
    "notifications"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/pages/popup/popup.html",
        "/scripts/content.js",
        "src/pages/auth/auth.js",
        "src/pages/listener/listener.html",
        "src/pages/listener/listener.js",
        "src/pages/youtube/youtube.html",
        "sec/feather-icons/*.svg",
        "src/pages/obsauth/auth.html",
        "src/pages/quick/quick.html",
        "src/pages/obsidian/obsidian.html",
        "src/pages/offscreen/offscreen.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self';"
  }
}

Best Flylighter (Beta) Alternatives

Here are some Firefox add-ons that are similar to Flylighter (Beta):