Reader Extension For Chrome 1.7.7
FREE
Released:2018-05-27
Manifest File:
{"name":"Reader Extension For Chrome","icons":{"16":"icon16.png","32":"icon32.png","48":"icon48.png","128":"icon128.png","256":"icon256.png"},"version":"1.7.7","background":{"scripts":["background.js"],"persistant":false},"short_name":"Reader","update_url":"https:\/\/clients2.google.com\/service\/update2\/crx","description":"Simple extension to that reminds you to read what you saved.","permissions":["storage","activeTab","contextMenus","tabs","https:\/\/fonts.googleapis.com\/*","https:\/\/cdnjs.cloudflare.com\/*","https:\/\/refresh.fun\/api\/*"],"browser_action":{"default_popup":"popup.html"},"content_scripts":[{"css":["main.css"],"matches":["http:\/\/*\/*","https:\/\/*\/*"]},{"js":["cs.js"],"matches":["http:\/\/*\/*","https:\/\/*\/*"]}],"manifest_version":2,"chrome_url_overrides":{"newtab":"home.html"}}