Mr Bean Splash Art - Html5 Game

In the Mr. Bean Splash Art, color Mr. Bean characters in the HTML5 art game. Improve art or drawing skills and have fun.
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://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.3",
  "homepage_url": "https://724fun.com/mr-bean-splash-art/",
  "offline_enabled": true,
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "action": {
    "default_icon": "icons/icon-128.png",
    "default_title": "Mr Bean Splash Art for Chrome",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "javas/anainout.js"
  }
}