Upstreet - Earn Shares as You Shop

Upstreet - Earn Shares as You Shop

Earn fractional share rewards as you shop with all of our partner brands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Upstreet - Earn Shares as You Shop",
  "description": "Earn fractional share rewards as you shop with all of our partner brands.",
  "version": "1.1.3",
  "icons": {
    "16": "images/icons/logo48.png",
    "48": "images/icons/logo48.png",
    "128": "images/icons/logo144.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "event.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Upstreet",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [],
  "externally_connectable": {
    "matches": [
      "*://app.upstreet.co/*",
      "*://extension.upstreet.co/*"
    ]
  },
  "web_accessible_resources": [
    "images/*.png"
  ]
}