0Ansiklopedi

0Ansiklopedi

Bu eklenti; benim gibi linkin başına 0 eklemekten ciğeri solanlara ithaf edilmiştir.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "0Ansiklopedi",
  "short_name": "0Ansiklopedi",
  "version": "0.1",
  "description": "Bu eklenti; benim gibi linkin başına 0 eklemekten ciğeri solanlara ithaf edilmiştir.",
  "icons": {
    "16": "icon-1616.png",
    "48": "icon-4848.png",
    "128": "icon-128128.png"
  },
  "browser_action": {
    "default_icon": "icon-1616.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "*://*.wikipedia.org/*",
    "webRequestBlocking"
  ]
}