KoGaMa Pocket

KoGaMa Pocket

KoGaMa Pocket brings some interesting features to kogama through a popup extension in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "KoGaMa Pocket",
  "version": "1.0",
  "author": "Matheus Bastos",
  "manifest_version": 2,
  "description": "KoGaMa Pocket brings some interesting features to kogama through a popup extension in your browser.",
  "icons": {
    "16": "icons/KoGaMa-Pocket16.png",
    "32": "icons/KoGaMa-Pocket32.png",
    "48": "icons/KoGaMa-Pocket48.png",
    "128": "icons/KoGaMa-Pocket128.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "https://*.kogama.com/",
    "https://kogama.com.br/",
    "https://*.kgoma.com/"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}