AFK

AFK

새창을 열면 스트레칭을 할수 있는 가이드를 화면에 보여줍니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "AFK",
  "name": "AFK",
  "manifest_version": 2,
  "version": "0.0.2",
  "version_name": "preview",
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "assets/img/app-logo-128x128.png"
  }
}