Khaledify

Khaledify

Subtlely Khaledify your browser.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Khaledify",
  "short_name": "Khaledify",
  "version": "1.1",
  "description": "Subtlely Khaledify your browser. ",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    "img/icon128.png"
  ],
  "background": {
    "scripts": [
      "js/khaledify.js"
    ]
  }
}