Examine source code of AMZ Suggestion Expander

Inspect and view changes in AMZ Suggestion Expander source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_popup": "popup/payment.html"
  },
  "author": "Sprise",
  "description": "AMZ Suggestion Expander displays similar keywords to the ones in the search query",
  "icons": {
    "16": "assets/logo.png",
    "48": "assets/logo.png",
    "128": "assets/logo.png"
  },
  "host_permissions": [
    "https://api.bing.com/*",
    "https://sprise-api.xyz/*"
  ],
  "manifest_version": 3,
  "name": "AMZ Suggestion Expander",
  "permissions": [
    "storage"
  ],
  "version": "1.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}