Grow My Money

Grow My Money

Turn shopping cashback into mortgage or super savings. We help you build a better retirement and ease the cost of living.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Grow My Money",
  "description": "Turn shopping cashback into mortgage or super savings. We help you build a better retirement and ease the cost of living.",
  "version": "3.0.3",
  "manifest_version": 3,
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "background"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "http://*.google.com/search*",
        "http://*.google.com.au/search*",
        "https://*.google.com/search*",
        "https://*.google.com.au/search*",
        "http://*.bing.com/search*",
        "https://*.bing.com/search*",
        "http://*.bing.com.au/search*",
        "https://*.bing.com.au/search*",
        "http://*.duckduckgo.com/*",
        "https://*.duckduckgo.com/*",
        "http://*.duckduckgo.com.au/*",
        "https://*.duckduckgo.com.au/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "css/content.css"
      ]
    },
    {
      "matches": [
        "http://*.google.com/search*",
        "http://*.google.com.au/search*",
        "https://*.google.com/search*",
        "https://*.google.com.au/search*",
        "http://*.bing.com/search*",
        "https://*.bing.com/search*",
        "http://*.bing.com.au/search*",
        "https://*.bing.com.au/search*",
        "http://*.duckduckgo.com/*",
        "https://*.duckduckgo.com/*",
        "http://*.duckduckgo.com.au/*",
        "https://*.duckduckgo.com.au/*"
      ],
      "js": [
        "searchEngineContent.js"
      ]
    },
    {
      "matches": [
        "http://localhost:8000/*"
      ],
      "css": [
        "css/override-banner.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "http://*.google.com/search*",
        "http://*.google.com.au/search*",
        "https://*.google.com/search*",
        "https://*.google.com.au/search*",
        "http://*.bing.com/search*",
        "https://*.bing.com/search*",
        "http://*.bing.com.au/search*",
        "https://*.bing.com.au/search*",
        "http://*.duckduckgo.com/*",
        "https://*.duckduckgo.com/*",
        "http://*.duckduckgo.com.au/*",
        "https://*.duckduckgo.com.au/*"
      ],
      "resources": [
        "images/loading.svg",
        "images/closeBtn.svg",
        "images/white-logo-small.webp",
        "css/content.css"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://*.google.com/*",
        "http://*.google.com.au/*",
        "https://*.google.com/*",
        "https://*.google.com.au/*",
        "http://*.bing.com/*",
        "https://*.bing.com/*",
        "http://*.bing.com.au/*",
        "https://*.bing.com.au/*",
        "http://*.duckduckgo.com/*",
        "https://*.duckduckgo.com/*",
        "http://*.duckduckgo.com.au/*",
        "https://*.duckduckgo.com.au/*"
      ],
      "resources": [
        "images/icon-64.png"
      ],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_title": "Grow My Money",
    "default_popup": "popup.html",
    "default_icons": {
      "48": "images/icon-48.png",
      "64": "images/icon-64.png",
      "96": "images/icon-96.png",
      "128": "images/icon-128.png",
      "256": "images/icon-256.png",
      "512": "images/icon-512.png"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "32": "images/icon-32.png",
    "38": "images/icon-38.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png",
    "256": "images/icon-256.png",
    "512": "images/icon-512.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://api.growmymoney.com.au/*"
  ]
}