Examine source code of Inici.info - icona

Inspect and view changes in Inici.info - icona source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Inici.info - icona",
  "description": "Accés als llocs més habituals d'inici.info en un clic",
  "version": "1.4",
  "background": {
    "page": "home.html"
  },
  "icons": {
    "19": "icon19.png",
    "128": "icon128.png",
    "200": "icon200.png"
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_popup": "home.html"
  }
}