Chaos Laptop Club

Chaos Laptop Club

This extenstion replaces 'Chaos Computer Club' by 'Chaos Laptop Club' because notebooks are the future. There are some other replacements prepared to be explored by you. Let yourself be surprised. :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Chaos Laptop Club",
  "description": "Laptops are the future!",
  "version": "1.5resigned1",
  "icons": {
    "48": "icons/logo_48px.png",
    "96": "icons/logo_96px.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "assets/*.png",
    "assets/*.svg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b10035b8-8d15-4733-b5b8-8880206c62be}"
    }
  }
}