YogaPoseTutorial

YogaPoseTutorial

This extension give you free Yoga tips and tutorial from one convenient place!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png"
    },
    "default_popup": "html/popup/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "html/default/index.html"
  },
  "description": "This extension give you free Yoga tips and tutorial from one convenient place!",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3,
  "name": "YogaPoseTutorial",
  "version": "30.70.210.102"
}