Starting analysis...
Version 2.0.2 View in Chrome Web Store
http://wwww.domain.tld | https://clients2.google.com/service/update2/crx | |
https://github.com/TildBJ/yalig |
{ "name": "Yet Another Lorem Ipsum Generator", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "2.0.2", "background": { "page": "background.html" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.", "permissions": [ "contextMenus" ], "options_page": "options.html", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "<all_urls>" ], "all_frames": true } ], "manifest_version": 2 }