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

feat: MV3 boilerplate #1044

Closed
wants to merge 27 commits into from
Closed

feat: MV3 boilerplate #1044

wants to merge 27 commits into from

Commits on Jan 11, 2022

  1. feat: Add mv3 directory and boilerplate extension

    - adds mv3/ directory
    - setup fast builds with esbuild
    - setup prettier for formatting
    - setup eslint
    - setup typescript
    - adds BASIC handling of ipfs.io & dweb.link URLs to local node via
    declarativeNetRequest api (manifest v3)
    - adds BASIC handling of DNSLink requests by parsing, talking to local
    node via ipfs-http-client, and adding rule to declarativeNetRequest
    ruleset
    - adds boilerplate for popup
    meandavejustice committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    2f2e0d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

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

Commits on Jan 26, 2022

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

Commits on Mar 10, 2022

  1. feat: Add mv3 directory and boilerplate extension

    - adds mv3/ directory
    - setup fast builds with esbuild
    - setup prettier for formatting
    - setup eslint
    - setup typescript
    - adds BASIC handling of ipfs.io & dweb.link URLs to local node via
    declarativeNetRequest api (manifest v3)
    - adds BASIC handling of DNSLink requests by parsing, talking to local
    node via ipfs-http-client, and adding rule to declarativeNetRequest
    ruleset
    - adds boilerplate for popup
    meandavejustice committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    69d1d93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f88cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09b2df4 View commit details
    Browse the repository at this point in the history
  4. Add functionality to popup

    - add welcome page
    - add options page
    - add clipboard functionality
    - add status updates to popup
    - add basic UI styling to popup
    meandavejustice committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    6cdb61c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c8cd5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    504299d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbfed90 View commit details
    Browse the repository at this point in the history
  8. remove web-ext dep

    meandavejustice committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    05e4c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    eb927e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb3a59a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. clear cache

    meandavejustice committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    747853c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. restructuring addon

    - on installed checks
    - on uninstalled checks
    - runtime checks
    - options/state cleanup
    - add firefox request handling for when they support mv3
    meandavejustice committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    330f7b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. chore: cleanup CODEOWNERS

    lidel committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    1369955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c15251 View commit details
    Browse the repository at this point in the history
  3. docs: README MV3

    lidel committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    fdd3eee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fa6195 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e26b42c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba5ac27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f3a59c View commit details
    Browse the repository at this point in the history
  8. cache break

    meandavejustice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    14964d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcc0bba View commit details
    Browse the repository at this point in the history
  10. remove dynamicRulePrefix

    id expects and integer
    meandavejustice committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    81e0939 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    299ee50 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

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