İndirim.in - İndirim kodları

İndirim.in - İndirim kodları

İndirimleri kolayca bul ve indirim kodlarını otomatik ekle!

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": "tr",
  "author": "[email protected]",
  "manifest_version": 2,
  "icons": {
    "16": "images/logo/16.png",
    "19": "images/logo/19.png",
    "38": "images/logo/38.png",
    "48": "images/logo/48.png",
    "128": "images/logo/128.png"
  },
  "browser_action": {
    "default_title": "İndirimin"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false
    }
  ],
  "permissions": [
    "background",
    "*://*/*"
  ],
  "web_accessible_resources": [
    "content.css",
    "content.js",
    "fonts/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "version": "7.1.7"
}