Liminary Firefox

Examine source code of Liminary

제작자: Liminary Inc
Inspect and view changes in Liminary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.01794f7b.png",
    "32": "icon32.plasmo.79332088.png",
    "48": "icon48.plasmo.dd59a81b.png",
    "64": "icon64.plasmo.abca9652.png",
    "128": "icon128.plasmo.27744047.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.01794f7b.png",
      "32": "icon32.plasmo.79332088.png",
      "48": "icon48.plasmo.dd59a81b.png",
      "64": "icon64.plasmo.abca9652.png",
      "128": "icon128.plasmo.27744047.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.0.7",
  "author": "Alec Johnson",
  "name": "Liminary",
  "description": "Save anything—webpages, PDFs, AI chats, videos. Liminary resurfaces what you need, when you need it. No searching. No folders.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "browser_style": false
  },
  "permissions": [
    "scripting",
    "activeTab",
    "bookmarks",
    "clipboardWrite",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dev-shortcuts.aa4dfc84.js"
      ],
      "run_at": "document_idle",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dom-cleanup.7eed4faf.js"
      ],
      "exclude_matches": [
        "https://*.liminary.io/*"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "js": [
        "gdocs-highlight.7e043e35.js"
      ],
      "run_at": "document_idle",
      "css": []
    },
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "google-meet.688ba11e.js"
      ],
      "all_frames": true,
      "match_origin_as_fallback": true,
      "run_at": "document_idle",
      "css": []
    },
    {
      "matches": [
        "https://docs.google.com/document/*",
        "https://docs.google.com/presentation/*",
        "https://*.notion.so/*",
        "https://*.notion.com/*"
      ],
      "js": [
        "interaction-observer.78b75949.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.liminary.io/*",
        "https://localhost/*",
        "http://localhost/*"
      ],
      "js": [
        "liminary-bridge.103d4b10.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "page-info.2df0ba82.js"
      ],
      "exclude_matches": [
        "https://*.liminary.io/*"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.notion.so/*",
        "https://*.notion.site/*",
        "https://*.notion.com/*"
      ],
      "js": [
        "notion-highlight.e99dfd0f.js"
      ],
      "run_at": "document_idle",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "image-utils.4326a7b9.js"
      ],
      "exclude_matches": [
        "https://*.liminary.io/*"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "puck.6d1e4a37.js"
      ],
      "exclude_matches": [
        "https://*.liminary.io/*"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "save-to-collection.ccd823d9.js"
      ],
      "exclude_matches": [
        "https://*.liminary.io/*"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "text-utils.5d3b0566.js"
      ],
      "exclude_matches": [
        "https://*.liminary.io/*"
      ],
      "css": []
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhKy/Z8/cR9X1iWxgDwLKqokDHR2ypZ9JR7A/4ZGJ95D39piOXSv8OihjwReTpzA/Qh0NwD/FNpaAcg8+m0xBMaBThIwmUticCy57jcLHPoHY04pFVGl5INvRMFQnArDpzirirz+6/Q0iV1Pt/+Z0LSjpm2u9KSnMHVOLYq8YeVtas7pYB5o43amAeh9TVqwsVnDfIAfbONrw3BNNYhBQ5MUQw0HUvfl+Dh3IrgceRCqbkCQn9f955lFEOAizLlluL+K6fN4fXL+x3LBhmc/3ou2iSApgCJKkntmCyIFUqUUU2GPx5agjfkrHXFvHXURfV2AQSf/5Sgag0InTyqhfKwIDAQAB",
  "action": {
    "default_title": "Click to open Liminary"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "incognito": "not_allowed",
  "commands": {
    "_execute_side_panel": {
      "suggested_key": {
        "default": "Alt+A",
        "mac": "Alt+A"
      },
      "description": "Toggle Liminary"
    },
    "save-document": {
      "suggested_key": {
        "default": "Alt+S",
        "mac": "Alt+S"
      },
      "description": "Save this page to Liminary"
    }
  },
  "externally_connectable": {
    "matches": [
      "https://localhost:3000/*",
      "https://*.liminary.io/*",
      "https://my.liminary.io/*"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "liminary@liminary.io",
      "strict_min_version": "127.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity",
          "bookmarksInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "web_accessible_resources": [
    "PeridotPE-Bold.7573ad4c.woff2",
    "PeridotPE-Light.d773e7c8.woff2",
    "PeridotPE-Medium.52f5916c.woff2",
    "PeridotPE-Regular.0a8ff25d.woff2",
    "PeridotPE-SemiBold.4ded6f86.woff2",
    "image-utils.cee37205.css",
    "PeridotPE-Light.e3f500fa.woff2",
    "PeridotPE-Regular.baaf69d6.woff2",
    "PeridotPE-Medium.4abe09c3.woff2",
    "PeridotPE-SemiBold.a59e74df.woff2",
    "PeridotPE-Bold.42096f1e.woff2",
    "puck.d7cfacbf.css"
  ]
}

최고의 Liminary 대안

다음은 Liminary과(와) 유사한 Firefox add-on입니다: