Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 2, "version": "1.0.2", "name": "Save Turtle Tab", "description": "Wallpapers with rare species of turtles in a new tab.", "icons": { "128": "128.png" }, "permissions": [ "contextMenus", "https:\/\/saveturtletab.com\/*", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "lib.js", "background.js" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }