Team Fortress 2 Crafting Game

Team Fortress 2 Crafting Game

A game where you craft items from Team Fortress 2 for points.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Team Fortress 2 Crafting Game",
  "short_name": "TF2 Crafting Game",
  "description": "A game where you craft items from Team Fortress 2 for points.",
  "version": "0.6.4",
  "author": "Sam Lynch",
  "manifest_version": 2,
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}