Inspect and view changes in Gookey: SEO keywords in 2 clicks source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Gookey: SEO keywords in 2 clicks",
"description": "Get the best SEO keywords for your next blog post in just 2 clicks",
"version": "0.8resigned1",
"icons": {
"128": "images/icon_128.png"
},
"permissions": [
"http://api.gookey.co/*",
"activeTab",
"storage"
],
"background": {
"scripts": [
"jquery.js",
"rsvp-latest.min.js",
"init.js",
"cmn.js",
"server.js",
"bg.js"
]
},
"browser_action": {
"default_icon": {
"19": "images/icon_19.png",
"38": "images/icon_38.png"
},
"default_title": "Gookey: best keywords in 2 clicks",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{a26e0c20-c298-46b1-8494-5cca0bb10e68}"
}
}
}