Puzzle Publishers

Puzzle Publishers

Discover the easiest way to create a multitude of puzzles for both your personal and commercial products.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Puzzle Publishers",
  "version": "0.1",
  "description": "Discover the easiest way to create a multitude of puzzles for both your personal and commercial products.",
  "permissions": [
    "storage",
    "declarativeContent",
    "gcm",
    "notifications",
    "identity"
  ],
  "background": {
    "scripts": [
      "config.js",
      "OneSignal.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "images/Puzzle-Publishers-logo-402x512-1.png"
    }
  },
  "icons": {
    "128": "images/Puzzle-Publishers-logo-402x512-1.png"
  },
  "manifest_version": 2
}