Boxagon

Boxagon

Find, manage, and share collections of stuff that goes well together.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Boxagon",
  "short_name": "Boxagon",
  "description": "Find, manage, and share collections of stuff that goes well together.",
  "version": "1.1.4",
  "manifest_version": 2,
  "minimum_chrome_version": "20.0",
  "background": {
    "scripts": [
      "js/global.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": "images/icons/icon19.png",
    "default_title": "Boxagon Product Tagger"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "web_accessible_resources": [
    "widget.html",
    "/js/lib/jquery-2.0.2.min.map"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.boxagon.com/*",
      "*://*.amazon.com/*"
    ]
  }
}