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", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.0", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "minimum_chrome_version": "47.0", "content_scripts": [ { "matches": [ "https:\/\/qiita.com\/*" ], "css": [ "styles\/content.css" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "https:\/\/qiita.com\/*" ] }