Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Offline Games - Sudoku 2048 Linkup Flappy Bird Tetris Minesweeper",
"description": "Play Offline Games - Sudoku 2048 Linkup Flappy Bird Tetris Minesweeper in Chrome Side Panel",
"version": "1.1.9",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_title": "Offline Games"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"*:\/\/extcreator.com\/*"
],
"side_panel": {
"default_path": "index.html"
},
"offline_enabled": true,
"minimum_chrome_version": "114",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/extcreator.com\/"
}
}