New York Times Sudoku Importer

New York Times Sudoku Importer

Get the .sdk of New York Times sudoku puzzles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New York Times Sudoku Importer",
  "version": "0.0.0.1",
  "description": "Get the .sdk of New York Times sudoku puzzles.",
  "permissions": [
    "declarativeContent",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "nyt_sudoku_importer_icons/Artboard 1.png",
      "32": "nyt_sudoku_importer_icons/Artboard [email protected]",
      "48": "nyt_sudoku_importer_icons/Artboard [email protected]",
      "128": "nyt_sudoku_importer_icons/Artboard [email protected]"
    }
  },
  "icons": {
    "16": "nyt_sudoku_importer_icons/Artboard 1.png",
    "32": "nyt_sudoku_importer_icons/Artboard [email protected]",
    "48": "nyt_sudoku_importer_icons/Artboard [email protected]",
    "128": "nyt_sudoku_importer_icons/Artboard [email protected]"
  },
  "manifest_version": 2
}