Dig Dug

Dig a little deeper into this thrilling action game as Dig Dug! Take up the role of Dig Dug
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Dig a little deeper into this thrilling action game as Dig Dug! Take up the role of Dig Dug",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/icon.png"
  },
  "content_security_policy": "script-src 'self' https://*.google.com 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2,
  "name": "Dig Dug",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "101.690.220.24"
}