PageStar Firefox

Examine source code of PageStar

By: yyy bookmarks
Inspect and view changes in PageStar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.1",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "incognito": "not_allowed",
  "action": {
    "default_title": "__MSG_extensionActionTitle__",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/star-16.svg",
      "32": "icons/star-32.svg"
    }
  },
  "options_ui": {
    "page": "popup/settings.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "js/i18n.js",
      "js/utils/url-normalization.js",
      "js/utils/pdf-viewer.js",
      "js/utils/page-title.js",
      "js/background.js"
    ]
  },
  "sidebar_action": {
    "default_title": "__MSG_extensionSidebarTitle__",
    "default_panel": "sidebar/sidebar.html"
  },
  "icons": {
    "16": "icons/star-16.svg",
    "32": "icons/star-32.svg",
    "48": "icons/star-48.svg",
    "128": "icons/star-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "contextMenus",
    "webRequest"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/platform/browser-api.js",
        "js/i18n.js",
        "js/ui/safe-html.js",
        "js/utils/url-normalization.js",
        "js/utils/page-title.js",
        "js/note-card-session.js",
        "js/note-pageSummary.js",
        "js/note-sticky.js",
        "js/ui/sidebar-button-style.js",
        "js/inpage-sidebar.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/storage/page-store.js",
        "js/storage/folder-tree.js",
        "js/storage/settings-store.js",
        "js/storage/settings-first-paint.js",
        "js/data/sparse-codec.js",
        "js/library/workspace-theme.js",
        "js/utils/pdf-viewer.js",
        "js/utils/url-normalization.js",
        "js/vendor/*.js",
        "js/utils/star-marker.js",
        "js/sidebar/*.js",
        "js/screenshot/*.js",
        "js/sticky/*.js",
        "js/sticky/anchors/*.js",
        "js/sticky/ui/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3d585a5e-9aff-4f4a-9f23-dd667d7a1550}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "authenticationInfo",
          "browsingActivity",
          "websiteContent",
          "websiteActivity",
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best PageStar Alternatives

Here are some Firefox add-ons that are similar to PageStar: