Brofist.io-save-game

Brofist.io-save-game

Save and load the game in brofist.io... Good, Beautiful and Free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Brofist.io-save-game",
  "version": "1.0.1",
  "description": "Save and load the game in brofist.io... Good, Beautiful and Free.",
  "manifest_version": 2,
  "author": "izanbf1803",
  "icons": {
    "16": "src/icon16.png",
    "48": "src/icon48.png",
    "128": "src/icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://brofist.io/*"
      ],
      "js": [
        "src/inject/save-game.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Filters",
    "default_icon": "src/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "http://brofist.io/*"
  ]
}