Untitled
unknown
plain_text
5 months ago
429 B
2
Indexable
{ "manifest_version": 2, "name": "Speed Test Extension", "version": "1.0", "description": "Monitor the speed of your internet connection.", "icons": { "48": "icons/icon.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": ["background.js"], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons/icon.png" } }
Editor is loading...
Leave a Comment