SEO Hero (https://seoheronews.com)

SEO Hero (https://seoheronews.com)

Google, SEO, Wix, Search Marketing News and Blogs by SEO Hero | https://seoheronews.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SEO Hero (https://seoheronews.com)",
  "short_name": "SEO Hero (https://seoheronews.com)",
  "version": "1.1",
  "description": "Google, SEO, Wix, Search Marketing News and Blogs by SEO Hero | https://seoheronews.com",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "seoheronews.com",
    "default_icon": "favicon.png",
    "default_popup": "popup.html"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html"
}