Arabisk

Arabisk

Comment and share in arabic.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Arabisk",
  "short_name": "Arabisk",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Comment and share in arabic.",
  "homepage_url": "http://alaouy.com",
  "icons": {
    "16": "icons/arabisk16.png",
    "32": "icons/arabisk32.png",
    "48": "icons/arabisk48.png",
    "128": "icons/arabisk128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "*://*.facebook.com/*"
  ],
  "content_scripts": [
    {
      "css": [
        "css/arabisk.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/jquery.arabisk.js",
        "js/arabisk.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ]
}