Ubaly - YouTube video promotion (Beta)

Ubaly - YouTube video promotion (Beta)

Ubaly - YouTube video promotion

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ubaly - YouTube video promotion (Beta)",
  "version": "1.0.4",
  "description": "Ubaly - YouTube video promotion",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "notifications",
    "https://suggestqueries.google.com/*"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/"
      ],
      "css": [
        "css/bootstrap.min.css",
        "css/edit.css"
      ],
      "js": [
        "js/main.js",
        "js/watch.js"
      ]
    },
    {
      "matches": [
        "https://www.youtube.com/watch*"
      ],
      "css": [
        "css/bootstrap.min.css",
        "css/edit.css",
        "css/all.css"
      ],
      "js": [
        "js/watch.js"
      ]
    },
    {
      "matches": [
        "https://studio.youtube.com/video*"
      ],
      "css": [
        "css/bootstrap.min.css",
        "css/edit.css",
        "css/all.css"
      ],
      "js": [
        "js/edit.js"
      ]
    },
    {
      "matches": [
        "https://www.youtube.com/edit*"
      ],
      "css": [
        "css/bootstrap.min.css",
        "css/edit.css",
        "css/all.css"
      ],
      "js": [
        "js/edit_old.js"
      ]
    }
  ],
  "options_page": "options.html",
  "page_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/log16.png",
      "32": "images/log32.png",
      "48": "images/log48.png",
      "128": "images/log128.png"
    }
  },
  "icons": {
    "16": "images/log16.png",
    "32": "images/log32.png",
    "48": "images/log48.png",
    "128": "images/log128.png"
  },
  "manifest_version": 2
}