Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to Manifest V3 #136

Merged
merged 20 commits into from
Jun 4, 2024
Merged

Convert to Manifest V3 #136

merged 20 commits into from
Jun 4, 2024

Commits on Feb 4, 2023

  1. MV3 support work:

    rename chrome.browserAction -> chrome.action
    include ext/bg.js in sw/main.js (addresses #131)
    
    move replay root to ./ from ./replay/
    dynamically import sw.js from bg.js, use bg.js as service-worker entrypoint
    ipfs: add Origin header overrides via declarative-net-request rules, also add as permission
    via brave-ipfs.json rules
    
    bump version to 0.10.0
    ikreymer committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a778aba View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    6ee2432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    336a261 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge branch 'main' into MV3

    ikreymer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c6d38c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e29a42c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    835b8c4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'main' into MV3

    ikreymer committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bbbae37 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into MV3

    ikreymer committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ba906cb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. mv3 work no ipfs

    ikreymer committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    c315505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d92a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    6832ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    689f281 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    update paths for extension
    ikreymer authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    356c2dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9da9438 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. don't commit dist dir

    ikreymer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d509d62 View commit details
    Browse the repository at this point in the history
  2. embed fix:

    - use RWP init path for embeds, including init SW
    - fix embed pacge styling
    ikreymer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    643d3c9 View commit details
    Browse the repository at this point in the history
  3. start-embed script: just use http-server

    remove embed data from dist/
    readd flexsearch dependency
    ikreymer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5124f46 View commit details
    Browse the repository at this point in the history
  4. fix unregister

    ikreymer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2ebde97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f63325c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afca1eb View commit details
    Browse the repository at this point in the history