BOJ Blog Post

BOJ Blog Post

Baekjoon Online Judge Blog post HTML & comments make program

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BOJ Blog Post",
  "author": "riyenas0925",
  "description": "Baekjoon Online Judge Blog post HTML & comments make program",
  "homepage_url": "https://github.com/riyenas0925/Chorme-Extension-BOJ-Comments-generator",
  "version": "1.0.7",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "icons": {
    "128": "images/icon.png"
  },
  "browser_action": {
    "defualt_title": "Title",
    "default_popup": "popup.html",
    "default_icon": "images/icon.png"
  }
}