Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

GH-2046 Update Account Creation Panel #541

Merged
merged 3 commits into from Jun 15, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

Fix manifest.json

  • Loading branch information
benstrumeyer committed Jun 15, 2020
commit 05cdcab8e912e845d1d342347c813d16e96466a3
@@ -3,12 +3,10 @@
"author": "Ghostery",
"name": "__MSG_name__",
"short_name": "Ghostery",
"version": "8.5.0",
"version_name": "8.5.0",
"version": "8.5.2",
"version_name": "8.5.2",
"default_locale": "en",
"description": "__MSG_short_description__",
"debug": true,
"log": true,
"icons": {
"16": "app/images/icon16.png",
"48": "app/images/icon48.png",
@@ -55,6 +53,17 @@
],
"run_at": "document_start"
},
{
"all_frames": false,
"js": [
"dist/checkout_pages.js"
],
"matches": [
"https://checkout.ghostery.com/*",
"https://checkout.ghosterystage.com/*"
],
"run_at": "document_start"
},
{
This conversation was marked as resolved by christophertino

This comment has been minimized.

@christophertino

christophertino Jun 15, 2020
Member

Add this back, please

"all_frames": true,
"js": [
ProTip! Use n and p to navigate between commits in a pull request.