أداة حل الواجب

أداة حل الواجب

هذه الأداة تستخدم لتسهيل نسخ ولصق إجابات مواضيع النقاش على بوابة التعليم عن بعد ضمن موقع جامعة الملك فيصل

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "أداة حل الواجب",
  "short_name": "Homeworker",
  "description": "هذه الأداة تستخدم لتسهيل نسخ ولصق إجابات مواضيع النقاش على بوابة التعليم عن بعد ضمن موقع جامعة الملك فيصل",
  "version": "0.1.1",
  "icons": {
    "16": "img/dash16.png",
    "32": "img/dash32.png",
    "48": "img/dash48.png",
    "64": "img/dash64.png",
    "128": "img/dash128.png"
  },
  "background": {
    "scripts": [
      "js/firebase.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "16": "img/dash16.png",
      "32": "img/dash32.png",
      "48": "img/dash48.png",
      "64": "img/dash64.png",
      "128": "img/dash128.png"
    },
    "default_popup": "popup.html",
    "default_title": "حل الواجب"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "identity",
    "identity.email",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "js/main_script.js",
    "js/background.js"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.firebaseio.com; object-src 'self'"
}