Krama

Krama

Krama for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background/script.js"
    ]
  },
  "web_accessible_resources": [
    "images/with-krama.png"
  ],
  "browser_action": {
    "default_icon": "images/128x128.png",
    "default_title": "Krama",
    "default_popup": "browser-action/index.html"
  },
  "content_scripts": [
    {
      "js": [
        "content-scripts/edostavka.js"
      ],
      "css": [
        "content-scripts/edostavka.css"
      ],
      "matches": [
        "https://e-dostavka.by/*"
      ]
    },
    {
      "js": [
        "content-scripts/green.js"
      ],
      "css": [
        "content-scripts/green.css"
      ],
      "matches": [
        "https://shop.green-market.by/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Krama for Chrome",
  "icons": {
    "128": "images/128x128.png"
  },
  "manifest_version": 2,
  "name": "Krama",
  "permissions": [
    "*://e-dostavka.by",
    "*://www.e-dostavka.by",
    "storage"
  ],
  "short_name": "Krama",
  "version": "1.7.0"
}