Bag-it on Shopcrew

Bag-it on Shopcrew

Shopcrew.com - Discover, Share, Socialize.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Shopcrew",
  "version": "1.3.1resigned1",
  "description": "Shopcrew.com - Discover, Share, Socialize.",
  "homepage_url": "https://shopcrew.com",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "cookies",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "Shopcrew"
  },
  "web_accessible_resources": [
    "loading.gif",
    "font-awesome_4-6-3_frown-o_256_0_adc5d0_none.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9b11d2fa-0d7b-45be-937e-a5b0fffdbfb9}"
    }
  }
}