tetris Firefox

Examine source code of tetris

Inspect and view changes in tetris source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "fafer",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon.png",
      "19": "images/icon.png",
      "32": "images/icon.png",
      "38": "images/icon.png",
      "64": "images/icon.png",
      "128": "images/icon.png",
      "512": "images/icon.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "index.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+O",
        "mac": "Alt+Shift+O",
        "chromeos": "Alt+Shift+O",
        "linux": "Alt+Shift+O"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dist/contentscript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "16": "images/icon.png",
    "19": "images/icon.png",
    "32": "images/icon.png",
    "38": "images/icon.png",
    "48": "images/icon.png",
    "64": "images/icon.png",
    "128": "images/icon.png",
    "512": "images/icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "activeTab",
    "notifications"
  ],
  "short_name": "__MSG_name__",
  "web_accessible_resources": [
    "dist/inpage.js"
  ],
  "version": "0.0.1",
  "applications": {
    "gecko": {
      "id": "webextension@tetris.io",
      "strict_min_version": "68.0"
    }
  }
}

Best tetris Alternatives

Here are some Firefox add-ons that are similar to tetris: