Handla Smart

Handla Smart

Shop Smart with Sponsorhuset

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Sponsorhuset",
  "background": {
    "scripts": [
      "js/config/config.js",
      "js/lib/jquery.min.js",
      "js/custom/common/api.js",
      "js/custom/common/utilities.js",
      "js/custom/common/eventpage.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/handlasmart.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/config/config.js",
        "js/lib/jquery.min.js",
        "js/custom/common/api.js",
        "js/custom/common/utilities.js",
        "js/custom/common/hs.js",
        "js/custom/common/search_engine.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/custom/common/set_hs.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "externally_connectable": {
    "matches": [
      "*://*.sponsorhuset.se/*"
    ]
  },
  "icons": {
    "48": "img/sp_48x48.png",
    "128": "img/sp_128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "alarms"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.2",
  "version_name": "3.2",
  "web_accessible_resources": [
    "notification.html",
    "settings.html",
    "popup.html",
    "icon.html",
    "login.html",
    "loggedin.html",
    "optOut.html"
  ]
}