Examine source code of World Wonders Tile Puzzle

Inspect and view changes in World Wonders Tile Puzzle source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.6",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "default_locale": "en",
  "author": "Den",
  "permissions": [],
  "host_permissions": [],
  "action": {
    "default_popup": "index.html",
    "default_title": "__MSG_appName__",
    "default_icon": "icon48.png"
  }
}