askOLI - Member deals and Shop vouchers

askOLI - Member deals and Shop vouchers

At last get the benefits you're entitled to! askOLI notifies you when you can get any membership advantage on any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescr__",
  "version": "3.1.1",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "img/ext_icons/16.png",
    "19": "img/ext_icons/19.png",
    "32": "img/ext_icons/32.png",
    "38": "img/ext_icons/38.png",
    "48": "img/ext_icons/48.png",
    "64": "img/ext_icons/64.png",
    "96": "img/ext_icons/96.png",
    "128": "img/ext_icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/ext_icons/19.png",
      "38": "img/ext_icons/38.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.askoli.net/*",
        "*://askoli.net/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/contentScripts/site/logIn.js",
        "js/contentScripts/site/resetPage.js"
      ]
    },
    {
      "matches": [
        "*://*.askoli.net/*",
        "*://askoli.net/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/site/installed.js",
        "js/contentScripts/site/configUpdateChecker.js"
      ]
    },
    {
      "matches": [
        "*://*.askoli.net/*/contact",
        "*://*.askoli.net/contact",
        "*://*.askoli.net/*/contact/*",
        "*://*.askoli.net/contact/*",
        "*://askoli.net/*/contact",
        "*://askoli.net/contact",
        "*://askoli.net/*/contact/*",
        "*://askoli.net/contact/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/site/contact.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/popIn.js"
      ],
      "css": [
        "css/contentScripts/popIn.css",
        "css/contentScripts/popInA.css"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/similarCouponsPopIn.js",
        "js/contentScripts/similarCoupons.js"
      ],
      "css": [
        "css/contentScripts/similarCouponsPopIn.css"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://www.google.*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/serp/common.js",
        "js/contentScripts/serp/google.js"
      ],
      "css": [
        "css/contentScripts/serp/google.css"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://www.bing.*",
        "*://www2.bing.*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentScripts/serp/common.js",
        "js/contentScripts/serp/bing.js"
      ],
      "css": [
        "css/contentScripts/serp/bing.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/config.js",
      "js/helpers/punycode.js",
      "js/utils.js",
      "js/helpers/log.js",
      "js/criteriaHandler.js",
      "js/server.js",
      "js/blackListPopIn.js",
      "js/userConfigsHandler.js",
      "js/LogHandler.js",
      "js/a.js",
      "js/siteMem.js",
      "js/advBl.js",
      "js/emergencyStatusHandler.js",
      "js/libs/dexie.js",
      "js/similarCouponsHandler.js",
      "js/iconHandler.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "incognito": "not_allowed",
  "web_accessible_resources": [
    "img/*",
    "css/*",
    "html/*",
    "js/contentScripts/similarCouponsHandler.js",
    "js/libs/swiper/swiper-bundle.esm.browser.min.js",
    "js/libs/swiper/swiper-bundle.esm.browser.min.js.map",
    "fonts/*"
  ],
  "permissions": [
    "*://*.askoli.net/*",
    "alarms",
    "storage",
    "tabs",
    "unlimitedStorage"
  ]
}