Amazon Assistant for Firefox

Amazon Assistant for Firefox

At Amazon, we’re always experimenting and evaluating the potential of our products to deliver customer value, and we regularly make adjustments based on those assessments. We have made the decision to discontinue Amazon Assistant on March 28, 2023.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "10.2308.7.12330",
  "background": {
    "persistent": true,
    "page": "static/html/extension.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "53.0"
    }
  },
  "permissions": [
    "management"
  ],
  "browser_action": {
    "default_title": "__MSG_appTitle__",
    "default_icon": "static/images/icon/Icon-16.png"
  },
  "icons": {
    "16": "static/images/icon/Icon-16.png",
    "48": "static/images/icon/Icon-48.png",
    "128": "static/images/icon/Icon-128.png"
  },
  "content_scripts": []
}