AmpMe

AmpMe

Be the speaker!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "AmpMe",
  "name": "AmpMe",
  "description": "Be the speaker!",
  "manifest_version": 2,
  "version": "0.2.2",
  "icons": {
    "16": "icon-xxsmall.png",
    "48": "icon-xsmall.png",
    "128": "icon-small.png"
  },
  "browser_action": {
    "default_title": "Be the speaker!"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "externally_connectable": {
    "matches": [
      "*://search.ampme.com/*"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "AmpMe",
      "keyword": "searchTerms",
      "search_url": "https://search.ampme.com/?q={searchTerms}",
      "favicon_url": "https://www.ampme.com/public/images/search-icon.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}