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": "Turas.app", "description": "Power tool for Google Maps that helps well-organized travelers plan their next adventure!", "version": "1.20", "manifest_version": 3, "icons": { "16": "icon\/turas-t-green-16.png", "32": "icon\/turas-t-green-32.png", "48": "icon\/turas-t-green-48.png", "96": "icon\/turas-t-green-96.png", "128": "icon\/turas-t-green-128.png" }, "action": { "default_popup": "src\/popup.html" }, "permissions": [ "storage" ], "background": { "service_worker": "src\/background.js" }, "web_accessible_resources": [ { "resources": [ "logo\/turas-t-green.png", "fonts\/quicksand.woff2", "fonts\/playwrite.woff2" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "js": [ "src\/maps-connector.js" ], "matches": [ "https:\/\/*.google.com\/maps\/*", "https:\/\/*.google.com.au\/maps\/*", "https:\/\/*.google.com.sg\/maps\/*", "https:\/\/*.google.com.tw\/maps\/*", "https:\/\/*.google.co.in\/maps\/*", "https:\/\/*.google.co.jp\/maps\/*", "https:\/\/*.google.co.kr\/maps\/*", "https:\/\/*.google.co.nz\/maps\/*", "https:\/\/*.google.co.uk\/maps\/*", "https:\/\/*.google.dk\/maps\/*", "https:\/\/*.google.de\/maps\/*", "https:\/\/*.google.es\/maps\/*", "https:\/\/*.google.fr\/maps\/*", "https:\/\/*.google.nl\/maps\/*" ], "css": [ "style.css" ] }, { "js": [ "src\/auth-connector.js" ], "matches": [ "http:\/\/localhost\/*", "http:\/\/127.0.0.1\/*", "https:\/\/turas.app\/*" ] } ] }