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", "name": "\u0158azen\u00ed \u010cD pro Interaktivn\u00ed mapu a GRAPP", "short_name": "\u0158azen\u00ed GRAPP", "version": "1.5", "description": "P\u0159id\u00e1v\u00e1 \u0159azen\u00ed vlak\u016f \u010cD do aplikace Interaktivn\u00ed mapa Spr\u017del a do aplikace GRAPP", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "manifest_version": 3, "minimum_chrome_version": "111", "content_scripts": [ { "matches": [ "https:\/\/grapp.spravazeleznic.cz\/*" ], "js": [ "cd-api.js", "grapp.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/mapy.spravazeleznic.cz\/*" ], "js": [ "jsonp.js", "cd-api.js", "mapy.js" ], "world": "MAIN" } ] }