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": "MapSnap.ai - Travel Itineraries to Google Maps\u2122 Lists", "version": "1.0.26", "description": "Google Maps\u2122 Lists Made Easy!", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwiEK1Nu\/HRNR88CmUy0517ALKcA81J+Zs8FZXwuuO+ZvHU+jnLd0\/Zj9xCw732MPRtq\/VdEECFGJ68c1H3wyHD40I6MEcWZAhwpjPZa+iRro3g9ix6pgQgA63RR6a\/+q+J\/WJtvG9uHK3NFi8UigqgBpdPn2Erz5525gItj+TCCrzN5bFMFc2ihvQt+dhY8NuHfgTpTjn3UCfvCLmanXqkIYZF2te2bN9jtYi7rQV\/R1n+O8\/rZQgdhZ9RmX0E3fcCdhMIakdqSgPYD6nern+r8kvm9UcUb3QZYk3NpCreD9Lx7+6sraRM0g0mJIidOJBsL8dzBSqqge6394YL7ZqwIDAQAB", "action": { "default_icon": "mapsnapai_icon_small.png", "default_title": "MapSnap.ai - Travel Itineraries to Google Maps\u2122 Lists" }, "permissions": [ "activeTab", "identity", "storage" ], "host_permissions": [ "https:\/\/api.mapsnapai.com\/*", "https:\/\/localhost:8000\/*", "https:\/\/accounts.google.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/maps\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "popup\/*", "mapsnapai_icon_small_no_back.png" ], "matches": [ "https:\/\/www.google.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'" }, "oauth2": { "client_id": "572267728621-rqp161njaceagt3ugsmhn6fic3mmhb85.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "openid" ] } }