Picodi.com Cashback

Picodi.com Cashback

Install Picodi in your browser and start saving money when shopping online!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "[email protected]",
  "manifest_version": 3,
  "icons": {
    "16": "images/logo/16.png",
    "19": "images/logo/19.png",
    "32": "images/logo/32.png",
    "38": "images/logo/38.png",
    "48": "images/logo/48.png",
    "64": "images/logo/64.png",
    "96": "images/logo/96.png",
    "128": "images/logo/128.png",
    "256": "images/logo/256.png",
    "512": "images/logo/512.png"
  },
  "action": {
    "default_title": "Picodi"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "cookies"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.js",
        "content.css",
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version": "7.5.9",
  "externally_connectable": {
    "matches": [
      "*://*.picodi.com/*"
    ]
  }
}