Smartprix - Best Price Comparison App

Smartprix - Best Price Comparison App

Get the lowest price no matter where you are

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.5.1",
  "name": "Smartprix - Best Price Comparison App",
  "short_name": "Smartprix",
  "description": "Get the lowest price no matter where you are",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*/*",
    "activeTab",
    "geolocation"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "19": "img/icon_19px.png",
      "38": "img/icon_38px.png",
      "128": "img/icon_128px.png"
    },
    "default_popup": "html/popup.html"
  },
  "icons": {
    "19": "img/icon_19px.png",
    "38": "img/icon_38px.png",
    "128": "img/icon_128px.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.smartprix.com/*"
    ]
  }
}