Teachable Booster

Teachable Booster

Add the missing elements to every like section time, running time to Teachable courses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Teachable Booster",
  "description": "Add the missing elements to every like section time, running time to Teachable courses.",
  "version": "1.1",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/32x32.png",
    "64": "icons/64x64.png",
    "256": "icons/256x256.png",
    "512": "icons/512x512.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/16x16.png",
      "32": "icons/32x32.png",
      "48": "icons/32x32.png",
      "64": "icons/64x64.png",
      "256": "icons/256x256.png",
      "512": "icons/512x512.png"
    }
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ]
}