Go2Deals

Go2Deals

Helps users to find best coupons and deals for top e-commerce websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Go2Deals",
  "version": "1.0.1.2",
  "short_name": "G2D",
  "description": "Helps users to find best coupons and deals for top e-commerce websites",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "/image/icon/free/16.png",
    "24": "/image/icon/free/24.png",
    "32": "/image/icon/free/32.png",
    "48": "/image/icon/free/48.png",
    "64": "/image/icon/free/64.png",
    "128": "/image/icon/free/128.png",
    "256": "/image/icon/free/256.png",
    "512": "/image/icon/free/512.png"
  },
  "browser_action": {
    "default_title": "Go2Deals",
    "default_icon": "/image/icon/free/128.png",
    "default_popup": "/ng/popup/comp/popup/popup.html"
  },
  "background": {
    "page": "/background/background.html"
  },
  "offline_enabled": true,
  "web_accessible_resources": [
    "/ng/content/**/*.html",
    "/ng/popup/**/*.html",
    "/css_content/**/*.css",
    "/image/*.*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "/css_content/notification_bubble.scss.css"
      ],
      "js": [
        "/js_content/notification_bubble.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "homepage_url": "https://www.go2deals.shop/"
}