Savyour

Savyour

Save from each and every order you place online, and discover the best brands across Pakistan – become a true smart shopper!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Savyour",
  "homepage_url": "https://savyour.com.pk/",
  "description": "Save from each and every order you place online, and discover the best brands across Pakistan – become a true smart shopper!",
  "default_locale": "en",
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self';",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "resources/content.css"
      ],
      "js": [
        "resources/content-script.js"
      ]
    }
  ],
  "icons": {
    "128": "icons/128x128.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "resources/jquery.min.js",
      "resources/common.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Savyour is a Lifestyle App",
    "default_icon": {
      "38": "icons/favicon.png"
    }
  },
  "version": "3.0.9"
}