PRICE.DELIVERY helper

PRICE.DELIVERY helper

PRICE.DELIVERY is a cloud-based service that monitors price changes of major Australian stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/logoOnly.png",
    "128": "images/logoOnly.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "background",
    "*://*.google.com/"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/logoOnly.png",
      "38": "images/logoOnly.png"
    },
    "default_title": "Track it via PRICE.DELIVERY"
  },
  "web_accessible_resources": [
    "images/logoOnly.png"
  ]
}