Flipkart Amazon-QR,Navigation,Country,Expiry

Flipkart Amazon-QR,Navigation,Country,Expiry

Shows Country Origin & Expiry, Get QR Code for all products on Flipkart & Amazon, Shows Navigation Menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Flipkart Amazon-QR,Navigation,Country,Expiry",
  "version": "4.6",
  "description": "Shows Country Origin & Expiry, Get QR Code for all products on Flipkart & Amazon, Shows Navigation Menu",
  "browser_action": {
    "default_popup": "su.html",
    "default_icon": {
      "128": "icon/128x128.png"
    }
  },
  "background": {
    "scripts": [
      "js/jquery-3.6.0.min.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon/16x16.png",
    "48": "icon/48x48.png",
    "64": "icon/64x64.png",
    "128": "icon/128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://flipkart.com/*",
        "http://www.flipkart.com/*",
        "https://flipkart.com/*",
        "https://www.flipkart.com/*",
        "http://amazon.in/*",
        "http://www.amazon.in/*",
        "https://amazon.in/*",
        "https://www.amazon.in/*"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/gibberish-aes.min.js",
        "js/base64.min.js",
        "js/background.js"
      ]
    }
  ],
  "manifest_version": 2,
  "short_name": "Opens product on mobile using QR, Shows navigation menu, Origin Country of product & Expiry"
}