Picodi.com Cashback

Picodi.com Cashback

Cashback with high rates, current promotions, coupons, and discount codes. (High cashback with current promotions, coupons and discount codes.)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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": {
    "scripts": [
      "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": "1.0.20",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}