Lite Website Improver - GSMArena.com

Lite Website Improver - GSMArena.com

It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lite Website Improver - GSMArena.com",
  "description": "It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..",
  "version": "0.41",
  "manifest_version": 2,
  "options_page": "options.htm",
  "background": {
    "page": "background.htm"
  },
  "icons": {
    "128": "images/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.gsmarena.com/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/lightbox2/images/loading.gif",
    "js/lightbox2/images/closelabel.gif"
  ]
}