Starting analysis...
https://clients2.google.com/service/update2/crx | http://en.wikipedia.org/wiki/HSL_color_space. |
{ "name": "Dimensions", "icons": { "16": "images/icon16.png", "32": "images/icon16@2x.png", "48": "images/icon48.png", "128": "images/icon128.png" }, "action": { "default_icon": { "16": "images/icon16.png", "19": "images/icon19.png", "32": "images/icon16@2x.png", "38": "images/icon19@2x.png" }, "default_title": "Measure Dimensions" }, "author": "Felix Niklas", "version": "3.0.1", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+D" } } }, "background": { "service_worker": "service-worker.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "A tool for designers to measure screen dimensions", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "<all_urls>" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "dimensions.js" ] } ] }