https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Open game in new tab instead of popup iframe in Chrome extension

Co-authored-by: ClaytonTDM <71360210+ClaytonTDM@users.noreply.github.com>

+7 -2
+3
background.js
··· 1 + chrome.action.onClicked.addListener(() => { 2 + chrome.tabs.create({ url: "game/index.html" }); 3 + });
+4 -2
manifest.json
··· 13 13 "256": "img/256x256.png", 14 14 "512": "img/512x512.png" 15 15 }, 16 - "default_title": "Click to open the popup", 17 - "default_popup": "game/index.html" 16 + "default_title": "Click to play" 17 + }, 18 + "background": { 19 + "service_worker": "background.js" 18 20 }, 19 21 "offline_enabled": true, 20 22 "description": "Play Plant vs. Zombies MODDED Official as a Chrome extension - Also can Play without Internet, try it now!",