Solve a Cipher!

Solve a Cipher!

Test your wits with these cipher puzzles! Learn to break ciphers. Over 190,000 puzzle possibilities.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Solve a Cipher!",
  "description": "Test your wits with these cipher puzzles! Learn to break ciphers. Over 190,000 puzzle possibilities.",
  "version": "2.5.2",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png",
    "128": "icon128_alt6.png"
  }
}