Hadith Check - التحقق من الأحاديث

Hadith Check - التحقق من الأحاديث

تحقق من صحة الأحاديث أثناء تصفحك للفيسبوك، هذه نسخة مبدئية جدا، يجرى إرسال ملاحظاتكم إلى: [email protected]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hadith Check - التحقق من الأحاديث",
  "description": "تحقق من صحة الأحاديث أثناء تصفحك للفيسبوك، هذه نسخة مبدئية جدا، يجرى إرسال ملاحظاتكم إلى: [email protected]",
  "version": "0.6.2",
  "browser_action": {
    "default_title": "للتحقق من حالة الأحاديث بالوقت الحقيقي أثناء تصفح موقع فيسبوك، To check Hadith status in the real time while browsing Facebook."
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.js",
        "md5.js",
        "crc32.js",
        "bootstrap.js",
        "shared.js",
        "report.js"
      ]
    },
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "facebook.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "akeed.css",
    "jquery.js",
    "bootstrap.js",
    "akeed-modal.html",
    "akeed-report-modal.html",
    "img/*"
  ],
  "permissions": [
    "activeTab",
    "http://akeed.onl/",
    "https://akeed.onl/",
    "http://akeed.info/",
    "https://akeed.info/",
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  }
}