TopLine Shopping Find Best Prices in Amazon

TopLine Shopping Find Best Prices in Amazon

With Top Line Shopping extension you can find the best prices of any product on Amazon Stores

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TopLine Shopping Find Best Prices in Amazon",
  "manifest_version": 2,
  "short_name": "toplineshopping",
  "description": "With Top Line Shopping extension you can find the best prices of any product on Amazon Stores",
  "version": "1.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_1301-1514947489.png"
  },
  "icons": {
    "128": "128px_1301-1514947472.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}