Free Time Games

Free Time Games

The best way to enjoy your games, did I mention there's no Ads?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": {
      "19": "/icons/icon_19.png",
      "38": "/icons/icon_38.png"
    },
    "default_popup": "/launcher.html",
    "default_title": "Free Time Games"
  },
  "description": "The best way to enjoy your games, did I mention there's no Ads?",
  "icons": {
    "19": "/icons/icon_19.png",
    "38": "/icons/icon_38.png",
    "128": "/icons/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Free Time Games",
  "permissions": [
    "storage"
  ],
  "options_page": "/options.html",
  "version": "3.1.1"
}