Ask The Stars (Popup Game)

Ask The Stars (Popup Game)

8 ball question and answer game. Has a cheat mode to prank your friends!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ask The Stars (Popup Game)",
  "short_name": "Ask The Stars",
  "version": "1.16",
  "description": "8 ball question and answer game. Has a cheat mode to prank your friends!",
  "icons": {
    "19": "icon_19.png",
    "38": "icon_38.png",
    "128": "icon_128.png"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_title": "Ask The Stars",
    "default_icon": {
      "19": "icon_19.png",
      "38": "icon_38.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://james1236.online/*"
  ]
}