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": 2, "name": "arah.in URL Shortener", "short_name": "arah.in", "description": "Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL", "author": "Renhard Julindra", "homepage_url": "https:\/\/arah.in", "version": "0.9.4", "browser_action": { "default_icon": "img\/arah.in_32x32.png", "default_popup": "popup.html", "default_title": "URL Shortener" }, "icons": { "16": "img\/arah.in_16x16.png", "48": "img\/arah.in_48x48.png", "128": "img\/arah.in_128x128.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "notifications", "https:\/\/arah.in\/", "https:\/\/www.arah.in\/", "https:\/\/*.arah.in\/" ], "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" }