Vlogging Master is a blog which helps you to become the best vlogger on youtube.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"browser_action": {
"default_icon": "img/icon_active.png",
"default_popup": "html/popup.html"
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"description": "Vlogging Master is a blog which helps you to become the best vlogger on youtube.",
"manifest_version": 2,
"name": "Vlogging Master",
"version": "1.0",
"permissions": [
"https://vloggingmaster.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}