Lowpi.com

Lowpi.com

Lowpi.com the best price comparison site. Millions of products you can find the best offer in laptops, cellphones, tv, videogames

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Lowpi.com",
  "description": "__MSG_lowpi_description__",
  "version": "1.2",
  "author": "Manuel Montero",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "lowpi.png",
    "default_popup": "lowpi.html",
    "default_title": "Lowpi.com"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt + L"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lowpi.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "https://lowpi.com/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}