Google+ Theme

Google+ Theme

Google+ Theme with features, settings and art.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://plus.google.com/*",
        "https://plus.google.com/*",
        "http://www.facebook.com/*",
        "https://www.facebook.com/*",
        "http://www.twitter.com/*",
        "https://www.twitter.com/*",
        "http://twitter.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "page": "settings.html",
    "persistant": false,
    "scirpts": [
      "main.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "LGSmall.png",
      "48": "LGMedium.png",
      "128": "LGLarge.png"
    },
    "default_popup": "settings.html",
    "default_title": "Google+ Theme Settings"
  },
  "description": "Google+ Theme with features, settings and art.",
  "icons": {
    "16": "LGSmall.png",
    "48": "LGMedium.png",
    "128": "LGLarge.png"
  },
  "manifest_version": 2,
  "name": "Google+ Theme",
  "permissions": [
    "*://*/*",
    "*://fonts.googleapis.com/*",
    "*://fonts.gstatic.com/*",
    "storage",
    "tabs"
  ],
  "version": "1.6.6",
  "web_accessible_resources": [
    "LGSmall.png",
    "LGMedium.png",
    "LGLarge.png",
    "images/agrace.png",
    "images/deathstar.jpg",
    "images/eywa.png",
    "images/qu.png",
    "images/tiger.png",
    "images/unicorn.png",
    "images/unicron.png",
    "style.css"
  ]
}