SLERPEE SERP SEO Tool

SLERPEE SERP SEO Tool

Optimize how your website looks in Google search results.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SLERPEE SERP SEO Tool",
  "description": "Optimize how your website looks in Google search results.",
  "author": "Caleb Watson",
  "version": "1.1",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "SLERPEE_16x16.png",
    "48": "SLERPEE_48x48.png",
    "128": "SLERPEE_128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Optimize this page using SLERPEE SERP Editor.",
    "default_icon": "SLERPEE_16x16.png"
  },
  "manifest_version": 2
}