FlashSale AutoBuy

FlashSale AutoBuy

FlashSaleAutobuy- Features: buy phones in Flash sale and Find the lowest prices

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "OneSignal.js",
      "js/jquery.min.js",
      "config/config.js",
      "src/static/application/js/background.js"
    ],
    "persistent": true
  },
  "name": "FlashSale AutoBuy",
  "short_name": "FlashSale and Deals",
  "version": "1.6.37",
  "manifest_version": 2,
  "author": "Buydekhke",
  "description": "FlashSaleAutobuy- Features: buy phones in Flash sale and Find the lowest prices",
  "icons": {
    "16": "src/static/application/images/icons/icon_16.png",
    "48": "src/static/application/images/icons/icon_48.png",
    "128": "src/static/application/images/icons/icon_128.png"
  },
  "browser_action": {
    "default_ico": "src/static/application/images/icons/icon_128.png",
    "default_popup": "popup.html",
    "default_title": "FlashSale Autobuy"
  },
  "content_scripts": [
    {
      "js": [
        "src/static/component/jquery-3.0.0.min.js",
        "config/config.js",
        "src/static/support-lib/util.js",
        "src/static/application/js/url_parser.js",
        "src/static/application/js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "matches": [
        "https://www.flipkart.com/redmi-note-12-pro-5g-glacier-blue-128-gb/p/itm8fbee21008560/*",
        "https://www.flipkart.com/redmi-note-12-pro-5g-glacier-blue-256-gb/p/itm62978004cf8a8/*",
        "https://www.flipkart.com/redmi-note-12-pro-5g-onyx-black-256-gb/p/itme8f9e57a69716/*",
        "https://www.flipkart.com/redmi-note-12-pro-5g-onyx-black-128-gb/p/itmf043b12dd895e/*",
        "https://www.flipkart.com/redmi-note-12-pro-5g-stardust-purple-128-gb/p/itm5c263b91bc0d7/*",
        "https://www.flipkart.com/redmi-note-12-pro-5g-stardust-purple-256-gb/p/itmb3d6f68dfb5d2/*"
      ],
      "js": [
        "/src/static/component/jquery-3.0.0.min.js",
        "/js/loop.js",
        "/js/RN3.js"
      ]
    },
    {
      "matches": [
        "*://www.amazon.in/*",
        "http://www.amazon.in/b/*",
        "http://www.amazon.in/*",
        "http://www.amazon.in/b/*",
        "https://www.amazon.in/b/*",
        "https://www.amazon.in/b/*",
        "*://amazon.in/*"
      ],
      "js": [
        "src/static/component/jquery-3.0.0.min.js",
        "src/static/application/js/jquery.js"
      ]
    }
  ],
  "omnibox": {
    "keyword": "flashsaleautobuy"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "homepage_url": "http://www.buydekhke.com/",
  "permissions": [
    "gcm",
    "identity",
    "notifications",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "src/static/application/images/buydekhke.jpg"
  ]
}