Fishing.io

Fishing.io

Fishing.io a fun fishing game in which you collect as many fish as possible at the deepest of the sea

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fishing.io",
  "manifest_version": 2,
  "description": "Fishing.io a fun fishing game in which you collect as many fish as possible at the deepest of the sea",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "version": "1",
  "browser_action": {},
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  }
}