├── .editorconfig ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── actions │ └── get-contributors.cjs └── workflows │ ├── contributors.yml │ ├── deploy.yml │ ├── respec.yml │ └── test-build.yml ├── .gitignore ├── .pr_preview.json ├── .prettierignore ├── .prettierrc ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── astro.config.mjs ├── package.json ├── public ├── CNAME ├── favicon.ico ├── favicon.svg ├── img │ ├── 2025-hackathon.png │ ├── 2025-summit.png │ ├── docs │ │ ├── OLDdiagram-wm-flow.svg │ │ ├── OLDdiagram-wm-overview.png │ │ ├── chimoney │ │ │ └── chimoney-wallet-address.png │ │ ├── extension │ │ │ ├── budget-tab-full-budget.png │ │ │ ├── connection-failed.png │ │ │ ├── connection-setup-filled.png │ │ │ ├── connection-setup.png │ │ │ ├── connection-success.png │ │ │ ├── connection-wallet.png │ │ │ ├── default-gray.png │ │ │ ├── default.png │ │ │ ├── disabled-attention.png │ │ │ ├── disabled-monetized.png │ │ │ ├── disabled-unmonetized.png │ │ │ ├── enabled-attention.png │ │ │ ├── enabled-monetized.png │ │ │ ├── enabled-unmonetized.png │ │ │ ├── example-grant.png │ │ │ ├── onboarding-1.png │ │ │ ├── onboarding-2.png │ │ │ ├── onboarding-3.png │ │ │ ├── onboarding-4a.png │ │ │ ├── onboarding-4b.png │ │ │ ├── otp-send-now.png │ │ │ ├── otp-success.png │ │ │ ├── rate-tab.png │ │ │ ├── settings-icon.png │ │ │ └── wallet-tab.png │ │ ├── gatehub │ │ │ ├── advanced-interledger-settings.png │ │ │ ├── advanced-wallet-settings.png │ │ │ └── payment-pointer.png │ │ ├── interledger │ │ │ └── interledger-wallet-dashboard.png │ │ ├── octocat.svg │ │ ├── testwallet │ │ │ ├── testwallet-account-nobalance.png │ │ │ ├── testwallet-balance-pp.png │ │ │ ├── testwallet-create-account.png │ │ │ ├── testwallet-create-pp.png │ │ │ ├── testwallet-dashboard.png │ │ │ ├── testwallet-deposit.png │ │ │ ├── testwallet-nobalance-pp.png │ │ │ ├── testwallet-sid-continuous-events.png │ │ │ └── testwallet-sid-otp-event.png │ │ └── wordpress │ │ │ ├── banner-config.png │ │ │ ├── country-wa-add.png │ │ │ ├── country-wa-verified.png │ │ │ ├── disable-user-wm.png │ │ │ ├── enable-authors.png │ │ │ ├── enable-banner.png │ │ │ ├── enable-wm-globally.png │ │ │ ├── enter-global-wa.png │ │ │ ├── monetize-single-post.png │ │ │ ├── monetize-single-post1.png │ │ │ ├── one-wallet-priorities.png │ │ │ ├── set-wallet-behavior.png │ │ │ ├── user-wa.png │ │ │ └── wm-post-type.png │ ├── error.svg │ ├── faq-icon.svg │ ├── success.svg │ ├── warning.svg │ ├── wm-icon-animated.svg │ ├── wm-icon.svg │ └── wm-social.png ├── interactive-examples │ ├── wm2-ad-free-experience │ │ ├── .glitch-assets │ │ ├── README.md │ │ ├── ad-free.js │ │ ├── index.html │ │ └── wm-previewer.js │ ├── wm2-count-revenue │ │ ├── .glitch-assets │ │ ├── README.md │ │ ├── counter.js │ │ ├── index.html │ │ └── wm-previewer.js │ ├── wm2-exclusive-content-complex │ │ ├── .glitch-assets │ │ ├── README.md │ │ ├── exclusive-content-complex.js │ │ ├── index.html │ │ └── wm-previewer.js │ ├── wm2-exclusive-content-demo-simulation │ │ ├── .glitch-assets │ │ ├── README.md │ │ ├── index.html │ │ ├── normalize.css │ │ ├── script.js │ │ ├── skeleton.css │ │ ├── style.css │ │ └── wm-previewer.js │ ├── wm2-exclusive-content-simple │ │ ├── .glitch-assets │ │ ├── README.md │ │ ├── exclusive-content-simple.js │ │ ├── index.html │ │ └── wm-previewer.js │ └── wm2-probablistic-revenue-share │ │ ├── .glitch-assets │ │ ├── README.md │ │ ├── index.html │ │ ├── script.js │ │ └── style.css ├── locales │ ├── en │ │ └── translation.json │ └── zh │ │ └── translation.json └── ns.jsonld ├── scripts ├── respec.sh └── tidyconfig.txt ├── src ├── assets │ ├── Fx-Browser-icon.png │ ├── animations │ │ ├── audience-developer.mp4 │ │ ├── audience-publisher.mp4 │ │ ├── audience-supporter.mp4 │ │ ├── hero-developer.mp4 │ │ ├── hero-publisher.mp4 │ │ └── hero-supporter.mp4 │ ├── arrow-chevron.svg │ ├── arrow.svg │ ├── audience-developer.png │ ├── audience-publisher-poster.png │ ├── audience-publisher.png │ ├── audience-supporter-poster.png │ ├── audience-supporter.png │ ├── bg-lines.svg │ ├── browser-safari.png │ ├── chrome-webstore.png │ ├── clean-icon.svg │ ├── close-menu.svg │ ├── components │ │ └── browsercompat │ │ │ ├── browser-chrome.svg │ │ │ ├── browser-edge.svg │ │ │ ├── browser-firefox.svg │ │ │ ├── browser-ie.svg │ │ │ ├── browser-opera.svg │ │ │ ├── browser-puma.svg │ │ │ ├── browser-safari.svg │ │ │ ├── browser-samsung.svg │ │ │ ├── browser-webview.svg │ │ │ ├── icon-cancel.svg │ │ │ ├── icon-check.svg │ │ │ ├── icon-desktop.svg │ │ │ ├── icon-extension.svg │ │ │ └── icon-phone.svg │ ├── developer-playground.svg │ ├── dropdown-developer.png │ ├── dropdown-publisher-active.png │ ├── dropdown-publisher-inactive.png │ ├── dropdown-supporter-active.png │ ├── dropdown-supporter-inactive.png │ ├── external-link.svg │ ├── faq-hero-icon.png │ ├── github.svg │ ├── hamburger-menu.svg │ ├── hero-developer-poster.png │ ├── hero-gradient-background.svg │ ├── hero-img.svg │ ├── hero-publisher-poster.png │ ├── hero-supporter-poster.png │ ├── how-it works-publishers-horizontal.png │ ├── how-it-works-publishers-vertical.png │ ├── how-it-works-supporters-horizontal.png │ ├── how-it-works-supporters-vertical.png │ ├── icon-github.svg │ ├── instagram.svg │ ├── interledger-logo.png │ ├── link-tag-generator.svg │ ├── linkedin.svg │ ├── logo-plugin-11ty.png │ ├── logo-plugin-astro.svg │ ├── logo-plugin-react.svg │ ├── logo-wallet-chimoney.svg │ ├── logo-wallet-gatehub.svg │ ├── logo-wallet-interledger-wallet.svg │ ├── microsoft-edge.png │ ├── remove-icon.svg │ ├── slack.svg │ ├── star.svg │ ├── tech-blog-thumbnail.svg │ ├── tools-overview.png │ ├── wallet.svg │ ├── wm-extension.png │ ├── wm-hackathon.png │ ├── wm-launch-feature.svg │ ├── wm-logo--animated.svg │ ├── wm-logo.svg │ ├── wm-named-logo.svg │ ├── wm-summit.png │ ├── wordpress.svg │ └── youtube.svg ├── components │ ├── AnalyticsScript.astro │ ├── ExtensionLinks.astro │ ├── docs │ │ ├── BrowserCompat.astro │ │ ├── EmphasisText.astro │ │ ├── Header.astro │ │ ├── Libraries.astro │ │ ├── PageSidebar.astro │ │ └── Specification.astro │ └── pages │ │ ├── AudienceHero.astro │ │ ├── DevBlogSection.astro │ │ ├── Footer.astro │ │ ├── FooterCopyright.astro │ │ ├── HeroWrapper.astro │ │ ├── HowItWorks.astro │ │ ├── InterFont.astro │ │ ├── MinimalFooter.astro │ │ ├── NavToolsDropdown.astro │ │ ├── PillTag.astro │ │ ├── PluginList.astro │ │ ├── SplitLayout.astro │ │ ├── ToolsHeader.astro │ │ ├── TopNav.astro │ │ ├── UpdateCard.astro │ │ ├── UpdatesSection.astro │ │ └── WalletList.astro ├── content.config.ts ├── content │ ├── docs │ │ ├── 404.mdx │ │ ├── developers │ │ │ ├── activity-streams.mdx │ │ │ ├── csp.mdx │ │ │ ├── events.mdx │ │ │ ├── interfaces.mdx │ │ │ ├── libraries.mdx │ │ │ ├── link-element-webpage.mdx │ │ │ ├── link-element.mdx │ │ │ ├── permissions-policy.mdx │ │ │ ├── rss-atom-jsonfeed.mdx │ │ │ └── tools.mdx │ │ ├── docs.mdx │ │ ├── guides │ │ │ ├── receive-test-payments.mdx │ │ │ ├── send-test-payments.mdx │ │ │ └── test-wallet-sign-up.mdx │ │ ├── publishers │ │ │ ├── about-receiving.mdx │ │ │ ├── get-started.mdx │ │ │ ├── overview.mdx │ │ │ └── wordpress.mdx │ │ ├── resources │ │ │ ├── get-involved.mdx │ │ │ └── glossary.mdx │ │ ├── supporters │ │ │ ├── about-sending.mdx │ │ │ ├── get-started.mdx │ │ │ └── overview.mdx │ │ ├── tutorials │ │ │ ├── contribution-counter.mdx │ │ │ ├── remove-content.mdx │ │ │ ├── revenue-sharing.mdx │ │ │ └── show-content.mdx │ │ └── wallets.mdx │ └── i18n │ │ └── .keepme ├── data │ ├── browser-compat-data │ │ ├── amount.json │ │ ├── amountSent.json │ │ ├── assetCode.json │ │ ├── assetScale.json │ │ ├── csp-monetization-src.json │ │ ├── incomingPayment.json │ │ ├── link.json │ │ ├── monetization.json │ │ ├── monetizationevent.json │ │ ├── onmonetization.json │ │ ├── paymentPointer.json │ │ ├── permissionpolicy.json │ │ ├── receipt.json │ │ └── webmonetization.json │ ├── developers.ts │ ├── faq.ts │ ├── home.ts │ ├── nav.ts │ ├── publishers.ts │ └── supporters.ts ├── env.d.ts ├── i18n │ ├── ui.ts │ └── utils.ts ├── layouts │ └── Base.astro ├── pages │ ├── developers.astro │ ├── faq.astro │ ├── index.astro │ ├── play.astro │ ├── publishers.astro │ ├── specification │ │ ├── includes │ │ │ ├── is-supported-example.html │ │ │ ├── media-example.html │ │ │ ├── monetization-event-example.html │ │ │ ├── say-thanks-example.html │ │ │ └── verify-payment-example.js │ │ ├── index.html │ │ ├── specification-respec.html │ │ └── versions │ │ │ └── CG-DRAFT-web-monetization-20210317.html │ ├── supporters.astro │ └── welcome.astro ├── partials │ ├── glitch.mdx │ ├── glitchNoPay.mdx │ ├── glitchViewAs.mdx │ ├── link-element-cont-payments.mdx │ ├── link-element-how-agent.mdx │ ├── link-element-how-html.mdx │ ├── link-element-how-rel.mdx │ ├── link-element-iframes-note-text.mdx │ ├── link-element-iframes.mdx │ ├── link-element-media.mdx │ ├── link-element-multilink-tip-text.mdx │ ├── link-element-multilink.mdx │ ├── link-element-overview.mdx │ ├── link-element-placement.mdx │ ├── link-element-prereqs.mdx │ ├── link-element-syntax.mdx │ └── wallet-prereq.mdx ├── styles │ └── webm.css └── types │ └── shared.ts ├── tsconfig.json └── w3c.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/actions/get-contributors.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.github/actions/get-contributors.cjs -------------------------------------------------------------------------------- /.github/workflows/contributors.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.github/workflows/contributors.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.github/workflows/respec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.github/workflows/respec.yml -------------------------------------------------------------------------------- /.github/workflows/test-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.github/workflows/test-build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.gitignore -------------------------------------------------------------------------------- /.pr_preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.pr_preview.json -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/.prettierrc -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/README.md -------------------------------------------------------------------------------- /astro.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/astro.config.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/package.json -------------------------------------------------------------------------------- /public/CNAME: -------------------------------------------------------------------------------- 1 | webmonetization.org/ 2 | -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/favicon.svg -------------------------------------------------------------------------------- /public/img/2025-hackathon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/2025-hackathon.png -------------------------------------------------------------------------------- /public/img/2025-summit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/2025-summit.png -------------------------------------------------------------------------------- /public/img/docs/OLDdiagram-wm-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/OLDdiagram-wm-flow.svg -------------------------------------------------------------------------------- /public/img/docs/OLDdiagram-wm-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/OLDdiagram-wm-overview.png -------------------------------------------------------------------------------- /public/img/docs/chimoney/chimoney-wallet-address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/chimoney/chimoney-wallet-address.png -------------------------------------------------------------------------------- /public/img/docs/extension/budget-tab-full-budget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/budget-tab-full-budget.png -------------------------------------------------------------------------------- /public/img/docs/extension/connection-failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/connection-failed.png -------------------------------------------------------------------------------- /public/img/docs/extension/connection-setup-filled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/connection-setup-filled.png -------------------------------------------------------------------------------- /public/img/docs/extension/connection-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/connection-setup.png -------------------------------------------------------------------------------- /public/img/docs/extension/connection-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/connection-success.png -------------------------------------------------------------------------------- /public/img/docs/extension/connection-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/connection-wallet.png -------------------------------------------------------------------------------- /public/img/docs/extension/default-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/default-gray.png -------------------------------------------------------------------------------- /public/img/docs/extension/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/default.png -------------------------------------------------------------------------------- /public/img/docs/extension/disabled-attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/disabled-attention.png -------------------------------------------------------------------------------- /public/img/docs/extension/disabled-monetized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/disabled-monetized.png -------------------------------------------------------------------------------- /public/img/docs/extension/disabled-unmonetized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/disabled-unmonetized.png -------------------------------------------------------------------------------- /public/img/docs/extension/enabled-attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/enabled-attention.png -------------------------------------------------------------------------------- /public/img/docs/extension/enabled-monetized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/enabled-monetized.png -------------------------------------------------------------------------------- /public/img/docs/extension/enabled-unmonetized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/enabled-unmonetized.png -------------------------------------------------------------------------------- /public/img/docs/extension/example-grant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/example-grant.png -------------------------------------------------------------------------------- /public/img/docs/extension/onboarding-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/onboarding-1.png -------------------------------------------------------------------------------- /public/img/docs/extension/onboarding-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/onboarding-2.png -------------------------------------------------------------------------------- /public/img/docs/extension/onboarding-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/onboarding-3.png -------------------------------------------------------------------------------- /public/img/docs/extension/onboarding-4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/onboarding-4a.png -------------------------------------------------------------------------------- /public/img/docs/extension/onboarding-4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/onboarding-4b.png -------------------------------------------------------------------------------- /public/img/docs/extension/otp-send-now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/otp-send-now.png -------------------------------------------------------------------------------- /public/img/docs/extension/otp-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/otp-success.png -------------------------------------------------------------------------------- /public/img/docs/extension/rate-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/rate-tab.png -------------------------------------------------------------------------------- /public/img/docs/extension/settings-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/settings-icon.png -------------------------------------------------------------------------------- /public/img/docs/extension/wallet-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/extension/wallet-tab.png -------------------------------------------------------------------------------- /public/img/docs/gatehub/advanced-interledger-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/gatehub/advanced-interledger-settings.png -------------------------------------------------------------------------------- /public/img/docs/gatehub/advanced-wallet-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/gatehub/advanced-wallet-settings.png -------------------------------------------------------------------------------- /public/img/docs/gatehub/payment-pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/gatehub/payment-pointer.png -------------------------------------------------------------------------------- /public/img/docs/interledger/interledger-wallet-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/interledger/interledger-wallet-dashboard.png -------------------------------------------------------------------------------- /public/img/docs/octocat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/octocat.svg -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-account-nobalance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-account-nobalance.png -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-balance-pp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-balance-pp.png -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-create-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-create-account.png -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-create-pp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-create-pp.png -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-dashboard.png -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-deposit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-deposit.png -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-nobalance-pp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-nobalance-pp.png -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-sid-continuous-events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-sid-continuous-events.png -------------------------------------------------------------------------------- /public/img/docs/testwallet/testwallet-sid-otp-event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/testwallet/testwallet-sid-otp-event.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/banner-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/banner-config.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/country-wa-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/country-wa-add.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/country-wa-verified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/country-wa-verified.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/disable-user-wm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/disable-user-wm.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/enable-authors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/enable-authors.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/enable-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/enable-banner.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/enable-wm-globally.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/enable-wm-globally.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/enter-global-wa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/enter-global-wa.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/monetize-single-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/monetize-single-post.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/monetize-single-post1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/monetize-single-post1.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/one-wallet-priorities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/one-wallet-priorities.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/set-wallet-behavior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/set-wallet-behavior.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/user-wa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/user-wa.png -------------------------------------------------------------------------------- /public/img/docs/wordpress/wm-post-type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/docs/wordpress/wm-post-type.png -------------------------------------------------------------------------------- /public/img/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/error.svg -------------------------------------------------------------------------------- /public/img/faq-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/faq-icon.svg -------------------------------------------------------------------------------- /public/img/success.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/success.svg -------------------------------------------------------------------------------- /public/img/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/warning.svg -------------------------------------------------------------------------------- /public/img/wm-icon-animated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/wm-icon-animated.svg -------------------------------------------------------------------------------- /public/img/wm-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/wm-icon.svg -------------------------------------------------------------------------------- /public/img/wm-social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/img/wm-social.png -------------------------------------------------------------------------------- /public/interactive-examples/wm2-ad-free-experience/.glitch-assets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-ad-free-experience/.glitch-assets -------------------------------------------------------------------------------- /public/interactive-examples/wm2-ad-free-experience/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-ad-free-experience/README.md -------------------------------------------------------------------------------- /public/interactive-examples/wm2-ad-free-experience/ad-free.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-ad-free-experience/ad-free.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-ad-free-experience/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-ad-free-experience/index.html -------------------------------------------------------------------------------- /public/interactive-examples/wm2-ad-free-experience/wm-previewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-ad-free-experience/wm-previewer.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-count-revenue/.glitch-assets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-count-revenue/.glitch-assets -------------------------------------------------------------------------------- /public/interactive-examples/wm2-count-revenue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-count-revenue/README.md -------------------------------------------------------------------------------- /public/interactive-examples/wm2-count-revenue/counter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-count-revenue/counter.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-count-revenue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-count-revenue/index.html -------------------------------------------------------------------------------- /public/interactive-examples/wm2-count-revenue/wm-previewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-count-revenue/wm-previewer.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-complex/.glitch-assets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-complex/.glitch-assets -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-complex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-complex/README.md -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-complex/exclusive-content-complex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-complex/exclusive-content-complex.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-complex/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-complex/index.html -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-complex/wm-previewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-complex/wm-previewer.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-demo-simulation/.glitch-assets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-demo-simulation/.glitch-assets -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-demo-simulation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-demo-simulation/README.md -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-demo-simulation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-demo-simulation/index.html -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-demo-simulation/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-demo-simulation/normalize.css -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-demo-simulation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-demo-simulation/script.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-demo-simulation/skeleton.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-demo-simulation/skeleton.css -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-demo-simulation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-demo-simulation/style.css -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-demo-simulation/wm-previewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-demo-simulation/wm-previewer.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-simple/.glitch-assets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-simple/.glitch-assets -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-simple/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-simple/README.md -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-simple/exclusive-content-simple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-simple/exclusive-content-simple.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-simple/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-simple/index.html -------------------------------------------------------------------------------- /public/interactive-examples/wm2-exclusive-content-simple/wm-previewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-exclusive-content-simple/wm-previewer.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-probablistic-revenue-share/.glitch-assets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-probablistic-revenue-share/.glitch-assets -------------------------------------------------------------------------------- /public/interactive-examples/wm2-probablistic-revenue-share/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-probablistic-revenue-share/README.md -------------------------------------------------------------------------------- /public/interactive-examples/wm2-probablistic-revenue-share/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-probablistic-revenue-share/index.html -------------------------------------------------------------------------------- /public/interactive-examples/wm2-probablistic-revenue-share/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-probablistic-revenue-share/script.js -------------------------------------------------------------------------------- /public/interactive-examples/wm2-probablistic-revenue-share/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/interactive-examples/wm2-probablistic-revenue-share/style.css -------------------------------------------------------------------------------- /public/locales/en/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/locales/en/translation.json -------------------------------------------------------------------------------- /public/locales/zh/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/locales/zh/translation.json -------------------------------------------------------------------------------- /public/ns.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/public/ns.jsonld -------------------------------------------------------------------------------- /scripts/respec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/scripts/respec.sh -------------------------------------------------------------------------------- /scripts/tidyconfig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/scripts/tidyconfig.txt -------------------------------------------------------------------------------- /src/assets/Fx-Browser-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/Fx-Browser-icon.png -------------------------------------------------------------------------------- /src/assets/animations/audience-developer.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/animations/audience-developer.mp4 -------------------------------------------------------------------------------- /src/assets/animations/audience-publisher.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/animations/audience-publisher.mp4 -------------------------------------------------------------------------------- /src/assets/animations/audience-supporter.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/animations/audience-supporter.mp4 -------------------------------------------------------------------------------- /src/assets/animations/hero-developer.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/animations/hero-developer.mp4 -------------------------------------------------------------------------------- /src/assets/animations/hero-publisher.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/animations/hero-publisher.mp4 -------------------------------------------------------------------------------- /src/assets/animations/hero-supporter.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/animations/hero-supporter.mp4 -------------------------------------------------------------------------------- /src/assets/arrow-chevron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/arrow-chevron.svg -------------------------------------------------------------------------------- /src/assets/arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/arrow.svg -------------------------------------------------------------------------------- /src/assets/audience-developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/audience-developer.png -------------------------------------------------------------------------------- /src/assets/audience-publisher-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/audience-publisher-poster.png -------------------------------------------------------------------------------- /src/assets/audience-publisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/audience-publisher.png -------------------------------------------------------------------------------- /src/assets/audience-supporter-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/audience-supporter-poster.png -------------------------------------------------------------------------------- /src/assets/audience-supporter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/audience-supporter.png -------------------------------------------------------------------------------- /src/assets/bg-lines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/bg-lines.svg -------------------------------------------------------------------------------- /src/assets/browser-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/browser-safari.png -------------------------------------------------------------------------------- /src/assets/chrome-webstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/chrome-webstore.png -------------------------------------------------------------------------------- /src/assets/clean-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/clean-icon.svg -------------------------------------------------------------------------------- /src/assets/close-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/close-menu.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-chrome.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-edge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-edge.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-firefox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-firefox.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-ie.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-opera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-opera.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-puma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-puma.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-safari.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-safari.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-samsung.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-samsung.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/browser-webview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/browser-webview.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/icon-cancel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/icon-cancel.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/icon-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/icon-check.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/icon-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/icon-desktop.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/icon-extension.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/icon-extension.svg -------------------------------------------------------------------------------- /src/assets/components/browsercompat/icon-phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/components/browsercompat/icon-phone.svg -------------------------------------------------------------------------------- /src/assets/developer-playground.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/developer-playground.svg -------------------------------------------------------------------------------- /src/assets/dropdown-developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/dropdown-developer.png -------------------------------------------------------------------------------- /src/assets/dropdown-publisher-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/dropdown-publisher-active.png -------------------------------------------------------------------------------- /src/assets/dropdown-publisher-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/dropdown-publisher-inactive.png -------------------------------------------------------------------------------- /src/assets/dropdown-supporter-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/dropdown-supporter-active.png -------------------------------------------------------------------------------- /src/assets/dropdown-supporter-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/dropdown-supporter-inactive.png -------------------------------------------------------------------------------- /src/assets/external-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/external-link.svg -------------------------------------------------------------------------------- /src/assets/faq-hero-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/faq-hero-icon.png -------------------------------------------------------------------------------- /src/assets/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/github.svg -------------------------------------------------------------------------------- /src/assets/hamburger-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/hamburger-menu.svg -------------------------------------------------------------------------------- /src/assets/hero-developer-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/hero-developer-poster.png -------------------------------------------------------------------------------- /src/assets/hero-gradient-background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/hero-gradient-background.svg -------------------------------------------------------------------------------- /src/assets/hero-img.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/hero-img.svg -------------------------------------------------------------------------------- /src/assets/hero-publisher-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/hero-publisher-poster.png -------------------------------------------------------------------------------- /src/assets/hero-supporter-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/hero-supporter-poster.png -------------------------------------------------------------------------------- /src/assets/how-it works-publishers-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/how-it works-publishers-horizontal.png -------------------------------------------------------------------------------- /src/assets/how-it-works-publishers-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/how-it-works-publishers-vertical.png -------------------------------------------------------------------------------- /src/assets/how-it-works-supporters-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/how-it-works-supporters-horizontal.png -------------------------------------------------------------------------------- /src/assets/how-it-works-supporters-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/how-it-works-supporters-vertical.png -------------------------------------------------------------------------------- /src/assets/icon-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/icon-github.svg -------------------------------------------------------------------------------- /src/assets/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/instagram.svg -------------------------------------------------------------------------------- /src/assets/interledger-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/interledger-logo.png -------------------------------------------------------------------------------- /src/assets/link-tag-generator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/link-tag-generator.svg -------------------------------------------------------------------------------- /src/assets/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/linkedin.svg -------------------------------------------------------------------------------- /src/assets/logo-plugin-11ty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/logo-plugin-11ty.png -------------------------------------------------------------------------------- /src/assets/logo-plugin-astro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/logo-plugin-astro.svg -------------------------------------------------------------------------------- /src/assets/logo-plugin-react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/logo-plugin-react.svg -------------------------------------------------------------------------------- /src/assets/logo-wallet-chimoney.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/logo-wallet-chimoney.svg -------------------------------------------------------------------------------- /src/assets/logo-wallet-gatehub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/logo-wallet-gatehub.svg -------------------------------------------------------------------------------- /src/assets/logo-wallet-interledger-wallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/logo-wallet-interledger-wallet.svg -------------------------------------------------------------------------------- /src/assets/microsoft-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/microsoft-edge.png -------------------------------------------------------------------------------- /src/assets/remove-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/remove-icon.svg -------------------------------------------------------------------------------- /src/assets/slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/slack.svg -------------------------------------------------------------------------------- /src/assets/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/star.svg -------------------------------------------------------------------------------- /src/assets/tech-blog-thumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/tech-blog-thumbnail.svg -------------------------------------------------------------------------------- /src/assets/tools-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/tools-overview.png -------------------------------------------------------------------------------- /src/assets/wallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wallet.svg -------------------------------------------------------------------------------- /src/assets/wm-extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wm-extension.png -------------------------------------------------------------------------------- /src/assets/wm-hackathon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wm-hackathon.png -------------------------------------------------------------------------------- /src/assets/wm-launch-feature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wm-launch-feature.svg -------------------------------------------------------------------------------- /src/assets/wm-logo--animated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wm-logo--animated.svg -------------------------------------------------------------------------------- /src/assets/wm-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wm-logo.svg -------------------------------------------------------------------------------- /src/assets/wm-named-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wm-named-logo.svg -------------------------------------------------------------------------------- /src/assets/wm-summit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wm-summit.png -------------------------------------------------------------------------------- /src/assets/wordpress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/wordpress.svg -------------------------------------------------------------------------------- /src/assets/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/assets/youtube.svg -------------------------------------------------------------------------------- /src/components/AnalyticsScript.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/AnalyticsScript.astro -------------------------------------------------------------------------------- /src/components/ExtensionLinks.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/ExtensionLinks.astro -------------------------------------------------------------------------------- /src/components/docs/BrowserCompat.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/docs/BrowserCompat.astro -------------------------------------------------------------------------------- /src/components/docs/EmphasisText.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/docs/EmphasisText.astro -------------------------------------------------------------------------------- /src/components/docs/Header.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/docs/Header.astro -------------------------------------------------------------------------------- /src/components/docs/Libraries.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/docs/Libraries.astro -------------------------------------------------------------------------------- /src/components/docs/PageSidebar.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/docs/PageSidebar.astro -------------------------------------------------------------------------------- /src/components/docs/Specification.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/docs/Specification.astro -------------------------------------------------------------------------------- /src/components/pages/AudienceHero.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/AudienceHero.astro -------------------------------------------------------------------------------- /src/components/pages/DevBlogSection.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/DevBlogSection.astro -------------------------------------------------------------------------------- /src/components/pages/Footer.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/Footer.astro -------------------------------------------------------------------------------- /src/components/pages/FooterCopyright.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/FooterCopyright.astro -------------------------------------------------------------------------------- /src/components/pages/HeroWrapper.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/HeroWrapper.astro -------------------------------------------------------------------------------- /src/components/pages/HowItWorks.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/HowItWorks.astro -------------------------------------------------------------------------------- /src/components/pages/InterFont.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/InterFont.astro -------------------------------------------------------------------------------- /src/components/pages/MinimalFooter.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/MinimalFooter.astro -------------------------------------------------------------------------------- /src/components/pages/NavToolsDropdown.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/NavToolsDropdown.astro -------------------------------------------------------------------------------- /src/components/pages/PillTag.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/PillTag.astro -------------------------------------------------------------------------------- /src/components/pages/PluginList.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/PluginList.astro -------------------------------------------------------------------------------- /src/components/pages/SplitLayout.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/SplitLayout.astro -------------------------------------------------------------------------------- /src/components/pages/ToolsHeader.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/ToolsHeader.astro -------------------------------------------------------------------------------- /src/components/pages/TopNav.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/TopNav.astro -------------------------------------------------------------------------------- /src/components/pages/UpdateCard.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/UpdateCard.astro -------------------------------------------------------------------------------- /src/components/pages/UpdatesSection.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/UpdatesSection.astro -------------------------------------------------------------------------------- /src/components/pages/WalletList.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/components/pages/WalletList.astro -------------------------------------------------------------------------------- /src/content.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content.config.ts -------------------------------------------------------------------------------- /src/content/docs/404.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/404.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/activity-streams.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/activity-streams.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/csp.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/csp.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/events.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/events.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/interfaces.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/interfaces.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/libraries.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/libraries.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/link-element-webpage.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/link-element-webpage.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/link-element.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/link-element.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/permissions-policy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/permissions-policy.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/rss-atom-jsonfeed.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/rss-atom-jsonfeed.mdx -------------------------------------------------------------------------------- /src/content/docs/developers/tools.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/developers/tools.mdx -------------------------------------------------------------------------------- /src/content/docs/docs.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/docs.mdx -------------------------------------------------------------------------------- /src/content/docs/guides/receive-test-payments.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/guides/receive-test-payments.mdx -------------------------------------------------------------------------------- /src/content/docs/guides/send-test-payments.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/guides/send-test-payments.mdx -------------------------------------------------------------------------------- /src/content/docs/guides/test-wallet-sign-up.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/guides/test-wallet-sign-up.mdx -------------------------------------------------------------------------------- /src/content/docs/publishers/about-receiving.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/publishers/about-receiving.mdx -------------------------------------------------------------------------------- /src/content/docs/publishers/get-started.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/publishers/get-started.mdx -------------------------------------------------------------------------------- /src/content/docs/publishers/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/publishers/overview.mdx -------------------------------------------------------------------------------- /src/content/docs/publishers/wordpress.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/publishers/wordpress.mdx -------------------------------------------------------------------------------- /src/content/docs/resources/get-involved.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/resources/get-involved.mdx -------------------------------------------------------------------------------- /src/content/docs/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/resources/glossary.mdx -------------------------------------------------------------------------------- /src/content/docs/supporters/about-sending.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/supporters/about-sending.mdx -------------------------------------------------------------------------------- /src/content/docs/supporters/get-started.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/supporters/get-started.mdx -------------------------------------------------------------------------------- /src/content/docs/supporters/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/supporters/overview.mdx -------------------------------------------------------------------------------- /src/content/docs/tutorials/contribution-counter.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/tutorials/contribution-counter.mdx -------------------------------------------------------------------------------- /src/content/docs/tutorials/remove-content.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/tutorials/remove-content.mdx -------------------------------------------------------------------------------- /src/content/docs/tutorials/revenue-sharing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/tutorials/revenue-sharing.mdx -------------------------------------------------------------------------------- /src/content/docs/tutorials/show-content.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/tutorials/show-content.mdx -------------------------------------------------------------------------------- /src/content/docs/wallets.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/content/docs/wallets.mdx -------------------------------------------------------------------------------- /src/content/i18n/.keepme: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/data/browser-compat-data/amount.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/amount.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/amountSent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/amountSent.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/assetCode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/assetCode.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/assetScale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/assetScale.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/csp-monetization-src.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/csp-monetization-src.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/incomingPayment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/incomingPayment.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/link.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/monetization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/monetization.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/monetizationevent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/monetizationevent.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/onmonetization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/onmonetization.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/paymentPointer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/paymentPointer.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/permissionpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/permissionpolicy.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/receipt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/receipt.json -------------------------------------------------------------------------------- /src/data/browser-compat-data/webmonetization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/browser-compat-data/webmonetization.json -------------------------------------------------------------------------------- /src/data/developers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/developers.ts -------------------------------------------------------------------------------- /src/data/faq.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/faq.ts -------------------------------------------------------------------------------- /src/data/home.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/home.ts -------------------------------------------------------------------------------- /src/data/nav.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/nav.ts -------------------------------------------------------------------------------- /src/data/publishers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/publishers.ts -------------------------------------------------------------------------------- /src/data/supporters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/data/supporters.ts -------------------------------------------------------------------------------- /src/env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/env.d.ts -------------------------------------------------------------------------------- /src/i18n/ui.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/i18n/ui.ts -------------------------------------------------------------------------------- /src/i18n/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/i18n/utils.ts -------------------------------------------------------------------------------- /src/layouts/Base.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/layouts/Base.astro -------------------------------------------------------------------------------- /src/pages/developers.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/developers.astro -------------------------------------------------------------------------------- /src/pages/faq.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/faq.astro -------------------------------------------------------------------------------- /src/pages/index.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/index.astro -------------------------------------------------------------------------------- /src/pages/play.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/play.astro -------------------------------------------------------------------------------- /src/pages/publishers.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/publishers.astro -------------------------------------------------------------------------------- /src/pages/specification/includes/is-supported-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/specification/includes/is-supported-example.html -------------------------------------------------------------------------------- /src/pages/specification/includes/media-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/specification/includes/media-example.html -------------------------------------------------------------------------------- /src/pages/specification/includes/monetization-event-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/specification/includes/monetization-event-example.html -------------------------------------------------------------------------------- /src/pages/specification/includes/say-thanks-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/specification/includes/say-thanks-example.html -------------------------------------------------------------------------------- /src/pages/specification/includes/verify-payment-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/specification/includes/verify-payment-example.js -------------------------------------------------------------------------------- /src/pages/specification/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/specification/index.html -------------------------------------------------------------------------------- /src/pages/specification/specification-respec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/specification/specification-respec.html -------------------------------------------------------------------------------- /src/pages/specification/versions/CG-DRAFT-web-monetization-20210317.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/specification/versions/CG-DRAFT-web-monetization-20210317.html -------------------------------------------------------------------------------- /src/pages/supporters.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/supporters.astro -------------------------------------------------------------------------------- /src/pages/welcome.astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/pages/welcome.astro -------------------------------------------------------------------------------- /src/partials/glitch.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/glitch.mdx -------------------------------------------------------------------------------- /src/partials/glitchNoPay.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/glitchNoPay.mdx -------------------------------------------------------------------------------- /src/partials/glitchViewAs.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/glitchViewAs.mdx -------------------------------------------------------------------------------- /src/partials/link-element-cont-payments.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-cont-payments.mdx -------------------------------------------------------------------------------- /src/partials/link-element-how-agent.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-how-agent.mdx -------------------------------------------------------------------------------- /src/partials/link-element-how-html.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-how-html.mdx -------------------------------------------------------------------------------- /src/partials/link-element-how-rel.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-how-rel.mdx -------------------------------------------------------------------------------- /src/partials/link-element-iframes-note-text.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-iframes-note-text.mdx -------------------------------------------------------------------------------- /src/partials/link-element-iframes.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-iframes.mdx -------------------------------------------------------------------------------- /src/partials/link-element-media.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-media.mdx -------------------------------------------------------------------------------- /src/partials/link-element-multilink-tip-text.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-multilink-tip-text.mdx -------------------------------------------------------------------------------- /src/partials/link-element-multilink.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-multilink.mdx -------------------------------------------------------------------------------- /src/partials/link-element-overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-overview.mdx -------------------------------------------------------------------------------- /src/partials/link-element-placement.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-placement.mdx -------------------------------------------------------------------------------- /src/partials/link-element-prereqs.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-prereqs.mdx -------------------------------------------------------------------------------- /src/partials/link-element-syntax.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/link-element-syntax.mdx -------------------------------------------------------------------------------- /src/partials/wallet-prereq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/partials/wallet-prereq.mdx -------------------------------------------------------------------------------- /src/styles/webm.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/styles/webm.css -------------------------------------------------------------------------------- /src/types/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/src/types/shared.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/tsconfig.json -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/webmonetization/HEAD/w3c.json --------------------------------------------------------------------------------