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": 2,
"name": "Refined Mapy.cz",
"version": "0.0.4",
"description": "Refines Mapy.cz interface and adds useful features",
"homepage_url": "https:\/\/github.com\/Strajk\/refined-mapy.cz",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"https:\/\/*.mapy.cz\/*"
],
"web_accessible_resources": [
"injected.js"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/*.mapy.cz\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
]
}