ShopKrowd

ShopKrowd

Confused while shopping? With ShopKrowd, you can now get help from friends and people like you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_title": "ShopKrowd"
  },
  "name": "ShopKrowd",
  "description": "Confused while shopping? With ShopKrowd, you can now get help from friends and people like you.",
  "homepage_url": "http://www.shopkrowd.com",
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "version": "1.12",
  "manifest_version": 2
}