SEO META in 1 CLICK

SEO META in 1 CLICK

Optimize your SEO strategy with the SEO META in 1 CLICK tool!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "SEO META in 1 CLICK",
  "description": "Optimize your SEO strategy with the SEO META in 1 CLICK tool!",
  "version": "3.8.22.1455",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "minimum_chrome_version": "16.0.884",
  "permissions": [
    "activeTab",
    "cookies",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}