Decide - Before you Buy

Decide - Before you Buy

Research any products directly in one single tab of your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "app/controllers/popup/popup.js"
    ]
  },
  "manifest_version": 2,
  "version": "0.0.2",
  "name": "Decide - Before you Buy",
  "short_name": "Decide",
  "description": "Research any products directly in one single tab of your browser.",
  "content_security_policy": "script-src 'self' https://apis.google.com https://googleapis.com; https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "*://*/bestbuy/*/*",
    "*://*/amazon/*/*"
  ],
  "author": "Kaustubh Menon & Billy So",
  "browser_action": {
    "default_icon": {
      "16": "app/assets/images/logo/decide-logo-16.png",
      "48": "app/assets/images/logo/decide-logo-48.png",
      "128": "app/assets/images/logo/decide-logo-128.png"
    },
    "default_popup": "app/component/popup/popup.html",
    "default_title": "Decide - Before your Buy"
  },
  "icons": {
    "16": "app/assets/images/logo/decide-logo-16.png",
    "48": "app/assets/images/logo/decide-logo-48.png",
    "128": "app/assets/images/logo/decide-logo-128.png"
  },
  "omnibox": {
    "keyword": "qa"
  }
}