Game of Selling

Game of Selling

Game of Selling for your shopify store

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Game of Selling",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Game of Selling for your shopify store",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_title": "Always have the Game of Selling team with you",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}