Marketing 0.1

Marketing 0.1

SEO details and Links to Popular webpage testing tools. Previously Optimize to Launch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Marketing 0.1",
  "version": "0.1.3",
  "icons": {
    "16": "src/images/16x16.png",
    "48": "src/images/48x48.png",
    "128": "src/images/128x128.png"
  },
  "description": "SEO details and Links to Popular webpage testing tools. Previously Optimize to Launch",
  "permissions": [
    ""
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "manifest_version": 2
}