Scheduler Organizer

Scheduler Organizer

LMS.TSU.ge-ის ცხრილის გამაკეთილშობილებელი.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scheduler Organizer",
  "description": "LMS.TSU.ge-ის ცხრილის გამაკეთილშობილებელი.",
  "version": "1.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "matches": [
        "*://*.lms.tsu.ge/MyCourses/Schedule/*"
      ],
      "css": [
        "/css/root.css"
      ],
      "js": [
        "/static/js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/static/css/content.css",
    "/static/media/*"
  ],
  "icons": {
    "16": "./obj-16x16.png",
    "32": "./obj-32x32.png",
    "48": "./obj-48x48.png",
    "128": "./obj-128x128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}