디마 다이렉트 - DIMA Direct

디마 다이렉트 - DIMA Direct

동아방송예술대학교 학생들이 자주 이용하는 웹사이트를 모아놓은 확장앱 입니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "디마 다이렉트 - DIMA Direct",
  "version": "2.6",
  "description": "동아방송예술대학교 학생들이 자주 이용하는 웹사이트를 모아놓은 확장앱 입니다.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://fonts.googleapis.com/earlyaccess/notosanskr.css"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "data/page.json",
        "data/schedule.json"
      ],
      "matches": [
        "file:///*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "images/logo/main-01.png",
      "32": "images/logo/main-01.png",
      "48": "images/logo/main-01.png",
      "128": "images/logo/main-01.png"
    }
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "images/logo/main-01.png",
    "32": "images/logo/main-01.png",
    "48": "images/logo/main-01.png",
    "128": "images/logo/main-01.png"
  },
  "manifest_version": 3
}