Loop me harder

Loop me harder

make your tab awesome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Loop me harder",
  "version": "0.2",
  "description": "make your tab awesome",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "commands": {
    "run-forrest-run": {
      "suggested_key": {
        "default": "Ctrl+M"
      },
      "description": "make your tab awesome"
    }
  },
  "manifest_version": 2
}